码农笔录博客源码
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.
 
 
 
 
 

29 lines
606 B

appname = beeblog
runmode = "dev"
sessionon = true
sessiongcmaxlifetime = 36000
EnableGzip = true
EnableDocs = true
host = aiprose.com
[dev]
httpport = 8082
uploadDir = "static/upload/"
imgUrlPrefix = "http://localhost:8082/static/upload/"
dburl = "Yasaka.00@tcp(192.168.0.105:3308)"
eshost = http://192.168.0.105:9200/
redisHost = 192.168.0.105
redisPort = 6379
[prod]
httpport = 8082
uploadDir = "/root/oss/aiprose/"
imgUrlPrefix = "https://oss.aiprose.com/aiprose/"
dburl = "Yasaka.00@tcp(172.20.0.1:3308)"
eshost = http://172.20.0.1:9200/
redisHost = 172.20.0.1
redisPort = 9379
redisPwd = aiprose