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 rivejä
604 B
29 rivejä
604 B
appname = beeblog
|
|
|
|
runmode = "prod"
|
|
|
|
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(localhost:3308)"
|
|
eshost = http://127.0.0.1:9200/
|
|
redisHost = 127.0.0.1
|
|
redisPort = 9379
|
|
redisPwd = aiprose
|