config and databse should be close to done

This commit is contained in:
2021-08-17 09:48:47 -04:00
parent e102b7cc18
commit 59c2a7a0d5
10 changed files with 251 additions and 15 deletions

10
app/config/config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# 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