fixed logging. Pointlessly.

This commit is contained in:
Steve White 2024-10-26 17:56:59 -05:00
parent 4b95b299f1
commit 06755693a1
1 changed files with 1 additions and 1 deletions

View File

@ -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: "*"