Skip to content

Commit

Permalink
Removed camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Aug 13, 2024
1 parent 6d02bd0 commit f210f38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hasura:
admin_secret: ${HASURA_SECRET}
allow_aggregations: ${HASURA_ALLOW_AGGREGATIONS:-true}
select_limit: ${HASURA_SELECT_LIMIT:-10000}
camel_case: ${HASURA_CAMEL_CASE:-true}
camel_case: ${HASURA_CAMEL_CASE:-false}

sentry:
dsn: ${SENTRY_DSN:-''}
Expand Down
2 changes: 1 addition & 1 deletion configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hasura:
admin_secret: ${HASURA_SECRET}
allow_aggregations: ${HASURA_ALLOW_AGGREGATIONS:-false}
select_limit: ${HASURA_SELECT_LIMIT:-100}
camel_case: ${HASURA_CAMEL_CASE:-true}
camel_case: ${HASURA_CAMEL_CASE:-false}

sentry:
dsn: ${SENTRY_DSN:-''}
Expand Down
2 changes: 1 addition & 1 deletion deploy/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CONTRACT_GHOSTNET=
CONTRACT_MAINNET=
HASURA_ALLOW_AGGREGATIONS=true
HASURA_CAMEL_CASE=true
HASURA_CAMEL_CASE=false
HASURA_HOST=hasura
HASURA_SECRET=
HASURA_SELECT_LIMIT=10000
Expand Down
2 changes: 1 addition & 1 deletion deploy/swarm.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CONTRACT_GHOSTNET=
CONTRACT_MAINNET=
HASURA_ALLOW_AGGREGATIONS=false
HASURA_CAMEL_CASE=true
HASURA_CAMEL_CASE=false
HASURA_HOST=manutd_indexer_hasura
HASURA_SECRET=
HASURA_SELECT_LIMIT=100
Expand Down

0 comments on commit f210f38

Please sign in to comment.