default to the SERVICE_HOST

This commit is contained in:
Kenneth Giusti 2015-06-24 16:11:57 -04:00
parent 0225b75e4a
commit 3b3e8b6ff5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
enable_service amqp1
disable_service rabbit
AMQP1_SERVICE=${AMQP1_SERVICE:-qpid}
AMQP1_HOST=${AMQP1_HOST:-`hostname`}
AMQP1_HOST=${AMQP1_HOST:-$SERVICE_HOST}