basic backend and frontend communication done

This commit is contained in:
2021-08-29 15:06:00 -04:00
parent b9ee7d0790
commit 542c6e32c8
11 changed files with 209 additions and 2658 deletions

View File

@@ -1,17 +1,16 @@
# 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"
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
# All values in this config file WILL BE overwritten by ENV variables (GI_SERVER_PORT for example) if they exist.
Server:
port: 3500
locationPhotoDir: "./app/photos/locations/"
Logger:
loglevel: "debug" # debug/info/warn/error
loggingFile: "./app/log/goInventorize.log"
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

File diff suppressed because it is too large Load Diff