13 lines
197 B
YAML
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"
|