Commit c55c6caf authored by 吴江's avatar 吴江

提交默认配置

parent a7114e11
...@@ -5,10 +5,10 @@ eureka.client.healthcheck.enabled = true ...@@ -5,10 +5,10 @@ eureka.client.healthcheck.enabled = true
eureka.client.fetchRegistry = true eureka.client.fetchRegistry = true
#redis #redis
spring.redis.database=5 spring.redis.database=1
spring.redis.host=172.16.11.33 spring.redis.host=172.16.10.85
spring.redis.port=6379 spring.redis.port=6379
spring.redis.password=1234560 spring.redis.password=amos2019Redis
spring.redis.jedis.pool.max-active=200 spring.redis.jedis.pool.max-active=200
spring.redis.jedis.pool.max-wait=-1 spring.redis.jedis.pool.max-wait=-1
spring.redis.jedis.pool.max-idle=10 spring.redis.jedis.pool.max-idle=10
...@@ -16,9 +16,9 @@ spring.redis.jedis.pool.min-idle=0 ...@@ -16,9 +16,9 @@ spring.redis.jedis.pool.min-idle=0
spring.redis.timeout=1000 spring.redis.timeout=1000
#DB properties: #DB properties:
spring.datasource.url = jdbc:mysql://172.16.11.33:3306/fire_auto_system?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8 spring.datasource.url = jdbc:mysql://47.103.14.66:3306/91-safety-business?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username = root spring.datasource.username = root
spring.datasource.password = admin_1234 spring.datasource.password = root_123
# HikariCP settings # HikariCP settings
# spring.datasource.hikari.* # spring.datasource.hikari.*
# contection life time (ms) # contection life time (ms)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment