You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
585 B
YAML

3 years ago
server:
id: 1
mode: "debug" #release
log:
dir: "logs"
caller: true
request: true
stat: true
http:
ip: "0.0.0.0"
port: 8001
mysql:
addr: "gz-cynosdbmysql-grp-niaolcgt.sql.tencentcdb.com:26529"
user: "root"
password: "Hawtech^666"
database: "idata"
#mongo:
# addr: "127.0.0.1:27017"
# database: "attribute"
# user: "mongo-user"
# password: "mongo-password"
redis:
addrs: "119.29.105.154:9736"
3 years ago
db: 0
# user: "redis-user"
# password: "redis-passwd"
3 years ago
soup:
path: "conf.d/soup.txt"
date:
path: "conf.d/date.json"
3 years ago
dict:
path: "conf.d/dict.txt"