From 629bf9e05592fde54e2a3167105fc7f228dcda2c Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 22 Oct 2018 18:59:37 +0800 Subject: [PATCH] - -enableStore true for prod --- conf/app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.conf b/conf/app.conf index 27b676ce1..7fad8d7e4 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -76,7 +76,7 @@ weixinSecret = "6bbbed1443cc062c20a015a64c07a531" dbConnectStr = "root:WebServer@1@tcp(db1.int.jxc4.com:3306)/jxd_dev_0?charset=utf8mb4&loc=Local&parseTime=true" -enableStore = false +enableStore = true [prod2] httpport = 8082