11 lines
162 B
YAML
11 lines
162 B
YAML
app:
|
|
host: localhost
|
|
port: 8090
|
|
mysql:
|
|
host: 127.0.0.1
|
|
port: 3306
|
|
database: test
|
|
username: "root"
|
|
password: "888888"
|
|
debug: false
|