Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Disable camel_case for swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 4, 2023
1 parent 7f09bd8 commit a6c0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tezos_domains/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hasura:
url: http://tezos-domains_hasura:8080
admin_secret: ${HASURA_SECRET}
allow_aggregations: false
camel_case: true
camel_case: false

sentry:
dsn: ${SENTRY_DSN:-""}
Expand Down

0 comments on commit a6c0c2b

Please sign in to comment.