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.

23 lines
344 B
INI

2 years ago
[system]
mode = dev #正式prod #测试dev
[mysql]
Db = mysql
DbHost = 172.16.100.99
DbPort = 9005
DbUser = root
DbPassWord = sLl0b7stlbwvZ883TV
2 years ago
DbName = art_show
[redis]
RedisDB =
RedisAddr = 127.0.0.1:6379
RedisPW =
RedisDBNAme =
2 years ago
[zap_log]
level: "info"
filename: "./runtime/log/artwork_server.log"
max_size: 200
max_age: 30
max_backups: 7