diff --git a/packages/web/graphql/client.ts b/packages/web/graphql/client.ts index 4e7694f4..01f8426e 100644 --- a/packages/web/graphql/client.ts +++ b/packages/web/graphql/client.ts @@ -2,8 +2,6 @@ import { createClient } from 'urql'; import { CONFIG } from '../config'; -console.info(`Client URI: ${CONFIG.graphqlURL}`) - export const client = createClient({ url: CONFIG.graphqlURL, suspense: false, diff --git a/render.yaml b/render.yaml index e9533a72..5ca37e07 100644 --- a/render.yaml +++ b/render.yaml @@ -54,11 +54,11 @@ services: envVars: - key: NODE_VERSION value: 12.18.3 - - key: GRAPHQL_HOSTPORT + - key: GRAPHQL_HOST fromService: name: hasura type: web - property: hostport + property: host databases: - name: metagame-db