You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Move to shared folder so python can also access this
export const VAGRANT_EXECUTABLE_NAME = "Vagrant Install Folder";
/** Controls the root mount point for stuff into the VM, i.e. where configs, Vagrantfile and ansible scripts will all be mounted. MUST NOT END IN A SLASH (`/`) */
export const VAGRANT_MOUNT_POINT = "/vagrant";
/**
* Where configs will be stored on the client
*/
// TODO: Move to shared folder so python can also access this
export const VM_MOUNT_CONFIGS = VAGRANT_MOUNT_POINT + "/config";
/**
* Where projects will be stored on the client
*/
// TODO: Move to shared folder so python can also access this
export const VM_MOUNT_PROJECTS = VAGRANT_MOUNT_POINT + "/projects";
/**
* VM Mount location of client config from controller ({@link ClientConfigHere}).
*
* Not to be confused with the client provisioning config
*/
export const VM_MOUNT_CLIENT_CONFIG = VM_MOUNT_CONFIGS + "/client.yml";
/**
* Storage path for provision script, relative to root.
*/
// TODO: Move to a common package so Python also can access this
export const PROVISION_CONFIG_STORAGE = "config/provision.yml";
/** Root where assets are stored */
export const ASSETS_ROOT = join(__dirname, "../assets");
ndex 640ab60..b392530 100644
++ b/detectors/detector-desktop/controller/src/setup/client/newClient.ts
16dfc03aed094ea6fd62060a6327104d8a122188
The text was updated successfully, but these errors were encountered:
Move to shared folder so python can also access this
2Keys/detectors/detector-desktop/controller/src/constants.ts
Line 21 in 4ca7249
16dfc03aed094ea6fd62060a6327104d8a122188
The text was updated successfully, but these errors were encountered: