fix: disable hasura dev mode

This commit is contained in:
ManUtopiK 2022-10-29 20:31:24 +02:00
parent 83ea3e1455
commit be783f6252
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
## enable the console served by server
- HASURA_GRAPHQL_ENABLE_CONSOLE=true # set to "false" to disable console
## enable debugging mode. It is recommended to disable this in production
- HASURA_GRAPHQL_DEV_MODE=true
- HASURA_GRAPHQL_DEV_MODE=false
- HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup, http-log, webhook-log, websocket-log, query-log
- HASURA_GRAPHQL_ADMIN_SECRET=${HASURA_GRAPHQL_ADMIN_SECRET:-$ADMIN_PASSWORD}
- HASURA_GRAPHQL_EXPERIMENTAL_FEATURES=apollo_federation