From 7dca711e2f7ae7ef4a941191de620ecdfef4dbb3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 26 五月 2020 12:32:38 +0800 Subject: [PATCH] 统计所有分红订单数 --- fanli/src/main/resource/env-dev/mongo.properties | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fanli/src/main/resource/env-dev/mongo.properties b/fanli/src/main/resource/env-dev/mongo.properties index 2947019..40fdb88 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=193.112.35.168 -#mongo.username=yeshi -#mongo.password=Yeshi2016@ +#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.connectionsPerHost=8 mongo.threadsAllowedToBlockForConnectionMultiplier=4 -- Gitblit v1.8.0