boxes-api/config/config.yaml

9 lines
241 B
YAML

database_path: "/app/data/boxes.db"
test_database_path: "data/test_database.db"
jwt_secret: "super_secret_key"
image_storage_dir: "/app/images/"
listening_port: 8080
log_file: "boxes.log"
static_files_dir: "/app/build/"
allowed_origins: "*"