11 lines
315 B
YAML
11 lines
315 B
YAML
# All values in this config file WILL BE overwritten by ENV variables if they exist.
|
|
Server:
|
|
port: 3000
|
|
|
|
Logger:
|
|
loglevel: "debug" # debug/info/warn/error
|
|
loggingFile: "./app/log/goInventorize.log"
|
|
|
|
TZ: "Africa/Casablanca" # For goinventorize TZ, TZ in UNDERLYING docker image (scratch) is not set
|
|
|