Document rabbit.addresses property

This commit is contained in:
Phillip Webb
2014-03-18 11:15:15 -07:00
parent f4ebf8c80f
commit 798229f530
3 changed files with 10 additions and 5 deletions

View File

@@ -135,11 +135,13 @@ spring.jmx.enabled=true # Expose MBeans from Spring
# RABBIT (RabbitProperties)
spring.rabbitmq.host= # connection host
spring.rabbitmq.port= # connection port
spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111)
spring.rabbitmq.username= # login user
spring.rabbitmq.password= # login password
spring.rabbitmq.virtualhost=
spring.rabbitmq.dynamic=
# REDIS (RedisProperties)
spring.redis.host=localhost # server host
spring.redis.password= # server password