Commit 4d626e007fbf0aac4fe4fd522bf790bb0405721d
1 parent
b19ccaa2
1.临港配置信息改变
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| @@ -25,7 +25,7 @@ spring.datasource.validation-query=select 1 | @@ -25,7 +25,7 @@ spring.datasource.validation-query=select 1 | ||
| 25 | 25 | ||
| 26 | #REDIS | 26 | #REDIS |
| 27 | spring.redis.database=0 | 27 | spring.redis.database=0 |
| 28 | -spring.redis.host=172.17.16.126 | 28 | +spring.redis.host=10.10.150.103 |
| 29 | spring.redis.password=bsth_control_001 | 29 | spring.redis.password=bsth_control_001 |
| 30 | spring.redis.port=28008 | 30 | spring.redis.port=28008 |
| 31 | 31 |