Commit 52a069a4b858f800a30fdb3edbbfadc2e9caa903
1 parent
caa04bd7
修改production的redis配置
Showing
1 changed file
with
1 additions
and
1 deletions
user-service.yml
| @@ -113,7 +113,7 @@ spring: | @@ -113,7 +113,7 @@ spring: | ||
| 113 | driver-class-name: com.mysql.jdbc.Driver | 113 | driver-class-name: com.mysql.jdbc.Driver |
| 114 | redis: | 114 | redis: |
| 115 | database: 0 | 115 | database: 0 |
| 116 | - host: redis-server | 116 | + host: redis1 |
| 117 | port: 6379 | 117 | port: 6379 |
| 118 | pool: | 118 | pool: |
| 119 | max-idle: 100 | 119 | max-idle: 100 |