From 57e2039b3bf25195f7fb012919fbecf1f550e417 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 30 Oct 2018 19:24:03 +0800 Subject: [PATCH] - set default value of enableStoreWrite to false --- conf/app.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/app.conf b/conf/app.conf index 28229c977..b608f6475 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -15,7 +15,7 @@ dadaAppSecret = "2c717ad914767d6e2beb3f743db9e477" autonaviKey = "4427170f870af2110becb8852d36ab08" enableStore = true -enableStoreWrite = true +enableStoreWrite = false orderUseNewTable = true aliKey = "LTAI6xJUGaP6WdMQ" @@ -76,6 +76,8 @@ weixinSecret = "6bbbed1443cc062c20a015a64c07a531" dbConnectStr = "root:WebServer@1@tcp(db1.int.jxc4.com:3306)/jxd_dev_0?charset=utf8mb4&loc=Local&parseTime=true" +enableStoreWrite = true + [prod2] httpport = 8082