Update application-test.yml
Showing
1 changed file
with
3 additions
and
3 deletions
1 | rabbitmq: | 1 | rabbitmq: |
2 | - server: 192.168.104.246 | 2 | + server: rabbit.yohoops.org |
3 | port: 5672 | 3 | port: 5672 |
4 | username: "yoho" | 4 | username: "yoho" |
5 | password: "yoho" | 5 | password: "yoho" |
@@ -24,11 +24,11 @@ logging: | @@ -24,11 +24,11 @@ logging: | ||
24 | config: classpath:logback-boot.xml | 24 | config: classpath:logback-boot.xml |
25 | 25 | ||
26 | elasticSearch: | 26 | elasticSearch: |
27 | - host: 192.168.104.246 | 27 | + host: es.yohoops.org |
28 | port: 9200 | 28 | port: 9200 |
29 | client: | 29 | client: |
30 | connectNum: 10 | 30 | connectNum: 10 |
31 | connectPerRoute: 50 | 31 | connectPerRoute: 50 |
32 | 32 | ||
33 | zk: | 33 | zk: |
34 | - connectString: 192.168.104.246:2181 | ||
34 | + connectString: zk.yohoops.org:2181 |
-
Please register or login to post a comment