wms-py/config/production.yaml
2025-06-04 10:39:32 +08:00

13 lines
209 B
YAML

app:
name: "wms_main"
debug: false
host: "localhost"
port: 12315
database:
host: "10.18.58.21"
port: 3306
username: "user"
password: "user"
database: "wms_yachi_nantong"
charset: "utf8mb4"