11 lines
262 B
TOML
11 lines
262 B
TOML
safe_entry = "mcunc"
|
||
tokenTTL = 3600 # token有效期 单位:s
|
||
cacheTTL = 300 # token过期缓存,单位:s
|
||
|
||
# 数据库配置
|
||
#db_host = "sz.mcunc.site"
|
||
db_host = "localhost"
|
||
db_port = 3306
|
||
db_user = "root"
|
||
db_password = "ljh20080924"
|
||
db_database = "emoji" |