boxes-api/config.yaml

6 lines
179 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"
image_storage_dir: "./images/"
2024-10-05 01:10:35 +00:00
listening_port: 8080
log_file: "boxes.log"