2024-10-25 18:23:41 +00:00
|
|
|
database_path: "./data/boxes.db"
|
|
|
|
test_database_path: "./data/test_database.db"
|
2024-10-24 14:17:36 +00:00
|
|
|
jwt_secret: "super_secret_key"
|
2024-10-25 18:23:41 +00:00
|
|
|
image_storage_dir: "./images/"
|
2024-10-24 14:17:36 +00:00
|
|
|
listening_port: 8080
|
|
|
|
log_file: "boxes.log"
|
2024-10-25 18:23:41 +00:00
|
|
|
static_files_dir: "./build/"
|
2024-10-24 14:17:36 +00:00
|
|
|
allowed_origins: "*"
|