From 9e556ad2106fb940105b62c7f8325f1d720a9453 Mon Sep 17 00:00:00 2001 From: nelson Date: Sun, 21 Jul 2019 11:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/app.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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