Commit caa04bd7a8ad17d9c361e86582673ac57ad28ebb
1 parent
02648bb9
修改production的redis配置
Showing
1 changed file
with
1 additions
and
1 deletions
class-service.yml
| @@ -173,7 +173,7 @@ spring: | @@ -173,7 +173,7 @@ spring: | ||
| 173 | driver-class-name: com.mysql.jdbc.Driver | 173 | driver-class-name: com.mysql.jdbc.Driver |
| 174 | redis: | 174 | redis: |
| 175 | database: 0 | 175 | database: 0 |
| 176 | - host: redis-server | 176 | + host: redis1 |
| 177 | port: 6379 | 177 | port: 6379 |
| 178 | pool: | 178 | pool: |
| 179 | max-idle: 100 | 179 | max-idle: 100 |