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

13 lines
197 B
YAML

app:
name: "wms_main"
debug: true
host: "localhost"
port: 12315
database:
host: "localhost"
port: 3306
username: "root"
password: "root"
database: "wms_ntyc"
charset: "utf8mb4"