Commit 52a069a4b858f800a30fdb3edbbfadc2e9caa903

Authored by 李淦唐
1 parent caa04bd7

修改production的redis配置

Showing 1 changed file with 1 additions and 1 deletions
user-service.yml
... ... @@ -113,7 +113,7 @@ spring:
113 113 driver-class-name: com.mysql.jdbc.Driver
114 114 redis:
115 115 database: 0
116   - host: redis-server
  116 + host: redis1
117 117 port: 6379
118 118 pool:
119 119 max-idle: 100
... ...