From 07464c62174f7fd1467f111283f8b931e1690e8a Mon Sep 17 00:00:00 2001 From: "mail_yanpeng@163.com" Date: Fri, 21 Aug 2020 16:41:59 +0800 Subject: [PATCH] db url --- conf/app.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index 190ca21..265515a 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -1,6 +1,6 @@ appname = beeblog -runmode = prod +runmode = dev sessionon = true sessiongcmaxlifetime = 36000 @@ -13,10 +13,10 @@ host = aiprose.com httpport = 8082 uploadDir = "static/upload/" imgUrlPrefix = "http://localhost:8082/static/upload/" -dburl = "booszy@tcp(47.98.109.5:3306)" +dburl = "trgis@tcp(47.98.109.5:3309)" [prod] httpport = 8082 uploadDir = "/root/oss/aiprose/" imgUrlPrefix = "https://oss.aiprose.com/aiprose/" -dburl = "yasaka.00@tcp(localhost:3309)" \ No newline at end of file +dburl = "Yasaka.00@tcp(localhost:3308)" \ No newline at end of file