boxes-api/config/config.yaml

9 lines
276 B
YAML

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