Commit c08ff326 by 裴大威

Revert "Merge branch 'feat-migrateserver' into 'master'"

This reverts merge request !96
parent e375b50a
......@@ -43,7 +43,7 @@ spring:
sampler:
percentage: 0.02
rabbitmq:
addresses: 192.168.8.163:5673,192.168.8.197:5673,192.168.8.134:5673
addresses: 192.168.2.122:5673,192.168.2.123:5673,192.168.2.124:5673
username: pcloud
password: pcloud
listener:
......@@ -61,19 +61,19 @@ spring:
redis:
cluster:
nodes:
- 192.168.8.49:7001
- 192.168.8.135:7002
- 192.168.8.144:7003
- 192.168.8.18:7004
- 192.168.8.146:7005
- 192.168.8.94:7006
- 192.168.8.149:7007
- 192.168.8.182:7008
- 192.168.8.26:7009
- 192.168.1.161:7001
- 192.168.1.162:7002
- 192.168.1.163:7003
- 192.168.1.164:7004
- 192.168.1.165:7005
- 192.168.1.166:7006
- 192.168.1.167:7007
- 192.168.1.168:7008
- 192.168.1.169:7009
eureka:
client:
service-url:
defaultZone: http://192.168.8.100:9396/eureka/,http://192.168.8.101:9396/eureka/
defaultZone: http://192.168.1.100:9396/eureka/,http://192.168.1.101:9396/eureka/
registry-fetch-interval-seconds: 5
instance:
lease-expiration-duration-in-seconds: 30
......
# redis cluster
redis.cluster.host = 192.168.8.49:7001,192.168.8.135:7002,192.168.8.144:7003,192.168.8.18:7004,192.168.8.146:7005,192.168.8.94:7006,192.168.8.149:7007,192.168.8.182:7008,192.168.8.26:7009
redis.cluster.host = 192.168.1.161:7001,192.168.1.162:7002,192.168.1.163:7003,192.168.1.164:7004,192.168.1.165:7005,192.168.1.166:7006,192.168.1.167:7007,192.168.1.168:7008,192.168.1.169:7009
redis.cluster.timeout = 300000
redis.cluster.maxRedirections = 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment