1 Star 0 Fork 236

ice98/moredoc

forked from mnt.ltd/moredoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.example.toml 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
进击的皇虫 提交于 2023-04-06 13:42 . update app.toml
# 程序运行级别:debug、info、warn、error,生产环境使用 info及其以上级别
level = "debug"
# 日志编码方式,支持:json、console
logEncoding = "console"
# 程序运行端口
port = "8880"
# 数据库配置
[database]
driver = "mysql"
dsn = "root:root@tcp(localhost:3306)/moredoc?charset=utf8mb4&loc=Local&parseTime=true"
showSQL = true
maxOpen = 10
maxIdle = 10
# JSON Web Token 配置
[jwt]
# 生成 token 的密钥,请务必修改!!!
secret = "moredoc"
# token 过期时间
expireDays = 365
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ice98/moredoc.git
git@gitee.com:ice98/moredoc.git
ice98
moredoc
moredoc
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891