Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
#30 fix dewey
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Aug 11, 2016
1 parent 9f3cc76 commit 8fe829c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/util-cfg-service/templates/dewey.properties.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dewey.environment-name = {{ environment_name }}


dewey.amqp.host = {{ amqp_broker.irods.host }}
dewey.amqp.port = {{ amqp_broker.irods.port }}
dewey.amqp.user = {{ amqp_broker.irods.user }}
dewey.amqp.password = {{ amqp_broker.irods.password }}
dewey.amqp.host = {{ amqp_broker.host }}
dewey.amqp.port = {{ amqp_broker.port }}
dewey.amqp.user = {{ amqp_broker.user }}
dewey.amqp.password = {{ amqp_broker.password }}
dewey.amqp.exchange.name = {{ amqp_broker.irods.exchange }}
dewey.amqp.exchange.durable = {{ amqp_broker.irods.exchange_durable }}
dewey.amqp.exchange.auto-delete = {{ amqp_broker.irods.exchange_auto_delete }}
Expand Down

0 comments on commit 8fe829c

Please sign in to comment.