# jdbc jdbc.driver=com.mysql.cj.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/incubator_game?useUnicode=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull&characterEncoding=utf-8 jdbc.username=root jdbc.password=root # redis redis.host=123.60.58.84 redis.port=6379 redis.auth= redis.timeout=3000 redis.maxIdle=100 redis.maxWaitMillis=1000 redis.maxTotal=1000 redis.minIdle=10 redis.testOnBorrow=true #mongodb mongodb.host=127.0.0.1 mongodb.port=27017 mongodb.dbName=incubator_game mongodb.connectionsNumbersPerHost=300 mongodb.maxWaitTime=7200 mongodb.connectTimeout=7200 mongodb.socketTimeout=0