13 lines
134 B
YAML
13 lines
134 B
YAML
|
database:
|
||
|
host: localhost
|
||
|
port: 3306
|
||
|
user: root
|
||
|
password: 123456
|
||
|
database: surl
|
||
|
|
||
|
sign:
|
||
|
secret: test
|
||
|
|
||
|
#host:
|
||
|
# port: 7777
|