starting on frontend, auth finished for backend

This commit is contained in:
2021-08-22 22:24:59 -04:00
parent 59c2a7a0d5
commit 85d6c610f4
19 changed files with 1043 additions and 22 deletions

View File

@@ -1,10 +1,17 @@
# All values in this config file WILL BE overwritten by ENV variables if they exist.
# All values in this config file WILL BE overwritten by ENV variables (GI_SERVER_PORT for example) if they exist.
Server:
port: 3000
locationPhotoDir: "./app/photos/locations/"
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
Authentication:
BasicAuth: true
UserName: "admin"
Password: "password"
TZ: "America/New_York" # For goinventorize TZ, TZ in UNDERLYING docker image (scratch) is not set
Development: false