boxes-api/config/config.yaml

9 lines
276 B
YAML
Raw Normal View History

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