跨服服务器
parent
4bce4b8e96
commit
49b043606f
|
@ -1,3 +1,28 @@
|
||||||
|
#server info
|
||||||
|
server.id = 20161
|
||||||
|
server.openTime = 20190101000102
|
||||||
|
server.num = 1
|
||||||
|
server.sendlog37 = true
|
||||||
|
|
||||||
|
server.logDir = D:/jielin/logs
|
||||||
|
server.guildFight = false
|
||||||
|
#tapad appid
|
||||||
|
server.appId = c5c1615b7c3741fbacbcc3cc8fd751e9
|
||||||
|
|
||||||
|
server.autoOpen = true
|
||||||
|
|
||||||
|
server.debug = true
|
||||||
|
#mongodb2 develop
|
||||||
|
spring.data.mongodb.uri = mongodb://60.1.1.14:27017/jieling_20161
|
||||||
|
spring.data.mongodbcore.uri = mongodb://60.1.1.14:27017/jl_core
|
||||||
|
#spring.data.mongodb.uri = mongodb://60.1.1.14:27017/jieling_10212
|
||||||
|
mongodb.options.maxWaitTime = 120000
|
||||||
|
mongodb.options.connectTimeout = 1000
|
||||||
|
mongodb.options.socketTimeout = 0
|
||||||
|
mongodb.options.threadsAllowedToBlockForConnectionMultiplier = 5
|
||||||
|
mongodb.options.connectionsPerHost = 10
|
||||||
|
mongodb.options.minConnectionsPerHost = 5
|
||||||
|
mongodb.options.maxConnectionIdleTime = 1000
|
||||||
|
|
||||||
spring.redis.host=60.1.1.21
|
spring.redis.host=60.1.1.21
|
||||||
spring.redis.port=6379
|
spring.redis.port=6379
|
||||||
|
|
Loading…
Reference in New Issue