mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-04-28 20:11:47 +01:00
Refactored for better config & cleaner debug mode
This commit is contained in:
+9
-1
@@ -9,9 +9,17 @@ FUELIGNITION_BUILD_DIR = "fuel-ignition"
|
||||
CWD_MOUNTDIR = "/host_cwd"
|
||||
CLIENT_STDOUT = true
|
||||
CLEANUP_IMAGES = false
|
||||
CLI = false
|
||||
DEBUG = false
|
||||
|
||||
[local]
|
||||
FUELIGNITION_URL = "http://localhost:3000/fuel-ignition/edit"
|
||||
|
||||
[remote]
|
||||
FUELIGNITION_URL = "https://opensuse.github.io/fuel-ignition/edit"
|
||||
FUELIGNITION_URL = "https://opensuse.github.io/fuel-ignition/edit"
|
||||
|
||||
[cli]
|
||||
CLI = true
|
||||
|
||||
[debug]
|
||||
DEBUG = true
|
||||
Reference in New Issue
Block a user