config-test.properties 362 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
mongo.db.host=localhost
mongo.db.port=10001
mongo.db.dbname=platform


mysql.db.name=platform
mysql.db.password=platform123
mysql.driver=com.mysql.jdbc.Driver
mysql.jdbcurl=jdbc:mysql://localhost:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8

mysql.maxpoolsize=5
mysql.initialpoolsize=2
mysql.minpoolsize=2
redis.servers=localhost:6379