fixed logging. Pointlessly.
This commit is contained in:
parent
4b95b299f1
commit
06755693a1
|
@ -3,6 +3,6 @@ test_database_path: "/app/data/test_database.db"
|
||||||
jwt_secret: "super_secret_key"
|
jwt_secret: "super_secret_key"
|
||||||
image_storage_dir: "/app/images"
|
image_storage_dir: "/app/images"
|
||||||
listening_port: 8080
|
listening_port: 8080
|
||||||
log_file: "boxes.log"
|
log_file: "/app/data/boxes.log"
|
||||||
static_files_dir: "/app/build/"
|
static_files_dir: "/app/build/"
|
||||||
allowed_origins: "*"
|
allowed_origins: "*"
|
||||||
|
|
Loading…
Reference in New Issue