Commit d690d91fffecb9af440dc71b87d85cc3f7869088

Authored by jiangjiazhi
1 parent e3c1fbcb1c

修改新电子病历

Showing 2 changed files with 15 additions and 7 deletions

platform-resource/resources/config-dev.properties View file @ d690d91
1 1 mongo.db.host=119.90.57.26
2 2 mongo.db.port=10001
3 3 mongo.db.dbname=platform
  4 +
4 5 mongo.db.username=platform
5 6 mongo.db.password=platform123
6   -mongo.socketTimeout=1000
  7 +mongo.socketTimeout=2500
7 8 mongo.connectionsPerHost=20
8 9 mongo.threadsAllowedToBlockForConnectionMultiplier=10
9   -mongo.connectTimeout=10000
10   -mongo.maxWaitTime=2000
  10 +mongo.connectTimeout=3000
  11 +mongo.maxWaitTime=4000
11 12 mongo.autoConnectRetry=true
12 13 mongo.socketKeepAlive=true
13 14  
  15 +
  16 +
14 17 mysql.db.name=platform
15 18 mysql.db.password=platform123
16 19 mysql.driver=com.mysql.jdbc.Driver
17   -mysql.jdbcurl=jdbc:mysql://192.168.5.250:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  20 +mysql.jdbcurl=jdbc:mysql://119.90.57.26:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  21 +
  22 +mysql.maxpoolsize=5
  23 +mysql.initialpoolsize=2
  24 +mysql.minpoolsize=2
  25 +redis.servers=localhost:6379
18 26  
19 27  
20 28 report.db.jdbcurl=jdbc:oracle:thin:@192.168.1.32:1521:orcl
platform-resource/resources/config-test.properties View file @ d690d91
1   -mongo.db.host=119.90.57.26
  1 +mongo.db.host=127.0.0.1
2 2 mongo.db.port=10001
3 3 mongo.db.dbname=platform
4 4  
... ... @@ -17,7 +17,7 @@
17 17 mysql.db.name=platform
18 18 mysql.db.password=platform123
19 19 mysql.driver=com.mysql.jdbc.Driver
20   -mysql.jdbcurl=jdbc:mysql://119.90.57.26:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  20 +mysql.jdbcurl=jdbc:mysql://127.0.0.1:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
21 21  
22 22 mysql.maxpoolsize=5
23 23 mysql.initialpoolsize=2