Commit d56c0754 by wangxinzhe

修改配置文件中REDIS的配置

1 parent 21d900d1
......@@ -14,9 +14,9 @@ spring.datasource.hikari.minimum-idle=5
spring.datasource.hikari.maximum-pool-size=50
# redis
spring.redis.host=${_SPUG_SERVICE_REDIS_IP}
spring.redis.host=${_SPUG_SERVICE_REDIS_PLAINTEXT_IP}
spring.redis.port=${_SPUG_SERVICE_REDIS_PORT}
spring.redis.password=${_SPUG_SERVICE_REDIS_PASSWORD}
spring.redis.password=${_SPUG_SERVICE_REDIS_PLAINTEXT_PASSWORD}
spring.redis.database=${_SPUG_SERVICE_REDIS_DATABASE}
spring.redis.lettuce.pool.min-idle=1
spring.redis.lettuce.pool.max-active=10
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!