16 lines
240 B
YAML
16 lines
240 B
YAML
http:
|
||
port: 9703
|
||
|
||
database:
|
||
driver: sqlite # sqlite时只填写db即可,目前仅支持sqlite | mysql | pgsql
|
||
host:
|
||
port:
|
||
user:
|
||
password:
|
||
db: wg
|
||
|
||
redis:
|
||
host: 10.100.8.7
|
||
port: 6379
|
||
password: ifisyouicanback.
|
||
db: 3 |