From ca1ad791b7b7b04e57db6bd4fb93f0c1066a9f99 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 24 九月 2020 18:31:23 +0800
Subject: [PATCH] 淘口令格式兼容

---
 fanli/src/main/resource/env-dev/mongo.properties |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/fanli/src/main/resource/env-dev/mongo.properties b/fanli/src/main/resource/env-dev/mongo.properties
index 2947019..29cda4b 100644
--- a/fanli/src/main/resource/env-dev/mongo.properties
+++ b/fanli/src/main/resource/env-dev/mongo.properties
@@ -1,13 +1,13 @@
 mongo.dbname=flq
-mongo.port=27017
+mongo.port=27016
 #寮�鍙戠幆澧�
-mongo.host=192.168.1.253
-mongo.username=admin
-mongo.password=123456
+#mongo.host=192.168.1.253
+#mongo.username=admin
+#mongo.password=123456
 
-#mongo.host=193.112.35.168
-#mongo.username=yeshi
-#mongo.password=Yeshi2016@
+mongo.host=193.112.35.168
+mongo.username=yeshi
+mongo.password=Yeshi2016@
 
 mongo.connectionsPerHost=8
 mongo.threadsAllowedToBlockForConnectionMultiplier=4

--
Gitblit v1.8.0