diff --git a/conf/app.conf b/conf/app.conf index bf2fce5..ac26b70 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -1,6 +1,6 @@ appname = beeblog -runmode = prod +runmode = dev sessionon = true sessiongcmaxlifetime = 36000 @@ -13,7 +13,7 @@ host = aiprose.com httpport = 8082 uploadDir = "static/upload/" imgUrlPrefix = "http://localhost:8082/static/upload/" -dburl = "booszy@tcp(47.98.109.5:3306)" +dburl = "booszy@tcp(localhost:3306)" [prod] httpport = 8082