Files
EmojiTextGenerator/config.toml
2025-12-07 14:31:28 +08:00

11 lines
262 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"