Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus authored Mar 20, 2021
1 parent 80eeff9 commit 86f89e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ tzkt:

storage:
uri:
- http://${ELASTIC_HOSTNAME:-elastic}:9200
- http://${ELASTIC_HOSTNAME:-elastic}:9200
- http://${ELASTIC_HOSTNAME}:9200
- http://${ELASTIC_HOSTNAME}:9200
timeout: 10

rabbitmq:
uri: "amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@${RABBITMQ_HOSTNAME:-mq}:5672/"
uri: "amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@${RABBITMQ_HOSTNAME}:5672/"
timeout: 10

db:
conn_string: "host=${DB_HOSTNAME:-db} port=5432 user=${POSTGRES_USER} dbname=${POSTGRES_DB} password=${POSTGRES_PASSWORD} sslmode=disable"
conn_string: "host=${DB_HOSTNAME} port=5432 user=${POSTGRES_USER} dbname=${POSTGRES_DB} password=${POSTGRES_PASSWORD} sslmode=disable"
timeout: 10

oauth:
Expand Down

0 comments on commit 86f89e0

Please sign in to comment.