Skip to content

Commit

Permalink
fix: changed configmap for hasura
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 25, 2024
1 parent 9490542 commit 30b8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/dev/templates/hasura.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: hasura-configmap
data:
# Config
HASURA_GRAPHQL_ENABLE_CONSOLE: "false"
HASURA_GRAPHQL_ENABLE_CONSOLE: "true"
HASURA_GRAPHQL_ENABLE_TELEMETRY: "false"
HASURA_GRAPHQL_ENABLED_LOG_TYPES: "startup, http-log, webhook-log, websocket-log, query-log"
HASURA_GRAPHQL_LOG_LEVEL: "debug"
Expand Down

0 comments on commit 30b8758

Please sign in to comment.