mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-22 22:22:02 +00:00
42 lines
810 B
TOML
42 lines
810 B
TOML
[default]
|
|
SRC_DIR = "src"
|
|
BUILD_DIR = "build"
|
|
DOCKERFILE_DIR = "docker"
|
|
SELENIUM_INIT_MESSAGE = "INFO [Standalone.execute] - Started Selenium Standalone"
|
|
FUELIGNITION_INIT_MESSAGE = "ready in *ms."
|
|
FUELIGNITION_URL = "http://localhost:3000/fuel-ignition/edit"
|
|
FUELIGNITION_BUILD_DIR = "fuel-ignition"
|
|
CWD_MOUNTDIR = "/host_cwd"
|
|
CLIENT_STDOUT = true
|
|
CLEANUP_IMAGES = true
|
|
CLI = false
|
|
DEBUG = false
|
|
TESTING = false
|
|
|
|
[local]
|
|
FUELIGNITION_URL = "http://localhost:3000/fuel-ignition/edit"
|
|
|
|
[remote]
|
|
FUELIGNITION_URL = "https://opensuse.github.io/fuel-ignition/edit"
|
|
|
|
[cli]
|
|
CLI = true
|
|
|
|
[debug]
|
|
DEBUG = true
|
|
CLI = false
|
|
CLEANUP_IMAGES = false
|
|
|
|
[test]
|
|
TESTING = true
|
|
CLEANUP_IMAGES = false
|
|
|
|
[default.typer]
|
|
no_args_is_help = true
|
|
|
|
[default.snoop.install]
|
|
snoop = "ss"
|
|
out = "snoop.log"
|
|
|
|
[default.snoop.snoop]
|
|
depth = 3 |