Skip to content

Commit

Permalink
Added updated source section for hasura config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Mar 15, 2023
1 parent 3375534 commit 788500f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/dipdup.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ hasura:
select_limit: 10000
allow_aggregation: false
rest: true
add_source: true
source:
name: default
database_host: ${HASURA_POSTGRES_HOST}
use_prepared_statements: true
isolation_level: read-committed

prometheus:
url: ${EXPORT_HOST:-0.0.0.0}:2112
Expand Down
6 changes: 5 additions & 1 deletion build/dipdup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ hasura:
select_limit: 10000
allow_aggregation: false
rest: true
add_source: true
source:
name: default
database_host: ${HASURA_POSTGRES_HOST}
use_prepared_statements: true
isolation_level: read-committed

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

0 comments on commit 788500f

Please sign in to comment.