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

Commit

Permalink
#31 our config script expects properties instead of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed May 2, 2016
1 parent f71b202 commit 569d665
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
amqp:
uri: amqp://{{ amqp_user }}:{{ amqp_password }}@{{ amqp_broker.host }}:{{ amqp_broker.port }}/

elasticsearch:
base: http://{{ elasticsearch.host }}:{{ elasticsearch.port }}
index: data

db:
uri: postgres://{{ metadata_db_user }}:{{ metadata_db_password }}@{{ metadata_db_host }}:{{ metadata_db_port }}/{{ metadata_db_name }}?sslmode=disable

0 comments on commit 569d665

Please sign in to comment.