Authored by jimi.ji

Update application-test.yml

rabbitmq:
server: 192.168.104.246
server: rabbit.yohoops.org
port: 5672
username: "yoho"
password: "yoho"
... ... @@ -24,11 +24,11 @@ logging:
config: classpath:logback-boot.xml
elasticSearch:
host: 192.168.104.246
host: es.yohoops.org
port: 9200
client:
connectNum: 10
connectPerRoute: 50
zk:
connectString: 192.168.104.246:2181
\ No newline at end of file
connectString: zk.yohoops.org:2181
\ No newline at end of file
... ...