Skip to content

Commit

Permalink
Changed swarm config
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Aug 13, 2024
1 parent 97c1dc0 commit 1fa34ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
database:
kind: postgres
host: ${POSTGRES_HOST:-manutd_indexer_db}
host: ${POSTGRES_HOST:-db}
port: 5432
user: ${POSTGRES_USER:-dipdup}
password: ${POSTGRES_PASSWORD}
database: ${POSTGRES_DB:-dipdup}

hasura:
url: http://${HASURA_HOST:-manutd_indexer_hasura}:8080
url: http://${HASURA_HOST:-hasura}:8080
admin_secret: ${HASURA_SECRET}
allow_aggregations: ${HASURA_ALLOW_AGGREGATIONS:-false}
select_limit: ${HASURA_SELECT_LIMIT:-100}
Expand Down

0 comments on commit 1fa34ca

Please sign in to comment.