diff --git a/conf/app.conf b/conf/app.conf index c4a55ec..4c8556e 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -1,6 +1,6 @@ appname = beeblog -runmode = "prod" +runmode = "dev" sessionon = true sessiongcmaxlifetime = 36000 @@ -22,8 +22,8 @@ redisPort = 6379 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 +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 \ No newline at end of file