20 Star 165 Fork 26

qiqi / orange

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.go 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
package tpl
var config = `[app]
name = "orange"
key = "{{.appkey}}"
debug = false
httpAddr = "0.0.0.0"
httpPort = 8088
maxBody = 2096157
csrfVerify = false
maxWaitSecond = 120
viewPath = "./storage/views"
[app.logger]
level = "INFO"
type = "text"
path = ""
syncInterval = 200
[app.session]
isOpen = false
driver = "cookie"
timeout = 1800
[app.upload]
storage = "./storage/allimg"
maxSize = 2096157
ext = ["jpg","jpeg","gif","png"]`
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhucheer/orange.git
git@gitee.com:zhucheer/orange.git
zhucheer
orange
orange
v0.5.16

搜索帮助

344bd9b3 5694891 D2dac590 5694891