added better logging and moved config to its own folder
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SUCCESS = 0
|
||||
MISSING_ENV_VARS = 1
|
||||
MISSING_CONFIG_FILE = 2
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
SUCCESS = 0
|
||||
MISSING_ENV_VARS = 1
|
||||
MISSING_CONFIG_FILE = 2
|
||||