Skip to content

Commit

Permalink
refactor: migrate to new Hasura user
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 24, 2024
1 parent 3f15f7e commit c41d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- 8085:8080
environment:
HASURA_GRAPHQL_ADMIN_SECRET: ${HASURA_GRAPHQL_ADMIN_SECRET?HASURA_GRAPHQL_ADMIN_SECRET}
HASURA_GRAPHQL_DATABASE_URL: ${FERRY_POSTGRES_URI?FERRY_POSTGRES_URI}
HASURA_GRAPHQL_DATABASE_URL: ${FERRY_DB_URL?FERRY_DB_URL}
HASURA_GRAPHQL_ENABLE_CONSOLE: "true" # set to "true" to enable console
HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
healthcheck:
Expand Down

0 comments on commit c41d1cc

Please sign in to comment.