码农笔录博客源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
424 B

пре 6 година
appname = beeblog
пре 6 година
runmode = dev
пре 6 година
пре 6 година
sessionon = true
пре 6 година
sessiongcmaxlifetime = 36000
пре 6 година
EnableGzip = true
EnableDocs = true
пре 6 година
host = aiprose.com
пре 6 година
[dev]
пре 6 година
httpport = 8082
uploadDir = "static/upload/"
imgUrlPrefix = "http://localhost:8082/static/upload/"
dburl = "booszy@tcp(47.98.109.5:3306)"
[prod]
httpport = 8082
uploadDir = "/root/oss/aiprose/"
imgUrlPrefix = "https://oss.aiprose.com/aiprose/"
dburl = "booszy@tcp(localhost:3306)"