database.properties 518 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
#mongo.db.host=192.168.5.8
#mongo.db.port=27017
#mongo.db.dbname=platform

mongo.db.host=localhost
mongo.db.port=27017
mongo.db.dbname=platform
mongo.db.username=root
mongo.db.password=root


mongo.port=27017
mongo.connectionsPerHost=8
mongo.threadsAllowedToBlockForConnectionMultiplier=4
mongo.connectTimeout=1000
mongo.maxWaitTime=1500
mongo.autoConnectRetry=true
mongo.socketKeepAlive=true
mongo.socketTimeout=1500
mongo.slaveOk=true
mongo.username=***
mongo.password=***
mongo.dbname=platform