62 Star 503 Fork 222

mnt.ltd / moredoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.example.toml 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
进击的皇虫 提交于 2023-12-25 10:16 . update readme
# 程序运行级别: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"
# 是否显示 SQL 语句,生产环境下请设置为false
showSQL = true
maxOpen = 10
maxIdle = 10
# JSON Web Token 配置
[jwt]
# 生成 token 的密钥,请务必修改!!!
secret = "moredoc"
# token 过期时间
expireDays = 365
# 日志配置
[logger]
# 如果配置了 filename,则日志会输出到文件,否则输出到控制台
# filename = "logs/moredoc.log"
filename = ""
maxSizeMB = 10
maxBackups = 10
maxAgeDays = 30
compress = true
1
https://gitee.com/mnt-ltd/moredoc.git
git@gitee.com:mnt-ltd/moredoc.git
mnt-ltd
moredoc
moredoc
master

搜索帮助