boxes-api/config/config.yaml

9 lines
246 B
YAML
Raw Permalink Normal View History

database_path: "/app/data/boxes.db"
test_database_path: "/app/data/test_database.db"
2024-10-05 01:10:35 +00:00
jwt_secret: "super_secret_key"
image_storage_dir: "/app/images/"
2024-10-05 01:10:35 +00:00
listening_port: 8080
log_file: "boxes.log"
static_files_dir: "/app/build/"
allowed_origins: "*"