码农笔录博客源码
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。

22 行
422 B

6 年前
appname = beeblog
6 年前
runmode = dev
sessionon = true
6 年前
sessiongcmaxlifetime = 36000
EnableGzip = true
EnableDocs = true
host = aiprose.com
6 年前
[dev]
6 年前
httpport = 8082
uploadDir = "static/upload/"
imgUrlPrefix = "http://localhost:8082/static/upload/"
dburl = "booszy@tcp(localhost:3306)"
6 年前
[prod]
httpport = 8082
uploadDir = "/root/oss/aiprose/"
imgUrlPrefix = "https://oss.aiprose.com/aiprose/"
dburl = "booszy@tcp(localhost:3306)"