Skip to content

Commit

Permalink
Updated hasura config for testnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Mar 15, 2023
1 parent 5b64ae1 commit e02b015
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions build/dipdup.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,17 @@ database:
password: ${POSTGRES_PASSWORD:-changeme}
database: ${POSTGRES_DB:-dipdup}

# hasura:
# url: http://${HASURA_HOST:-hasura}:${HASURA_PORT:-8080}
# admin_secret: ${ADMIN_SECRET:-changeme}
# select_limit: 100
# allow_aggregation: false
# add_source: true
# rest: true
hasura:
url: http://${HASURA_HOST:-hasura}:${HASURA_PORT:-8080}
admin_secret: ${ADMIN_SECRET:-changeme}
select_limit: 100
allow_aggregation: false
source:
name: default
database_host: ${HASURA_POSTGRES_HOST}
use_prepared_statements: true
isolation_level: read-committed
rest: true

prometheus:
url: ${PROMETHEUS_BIND:-0.0.0.0:2112}
Expand Down

0 comments on commit e02b015

Please sign in to comment.