tryin' one more variable version 🍇

This commit is contained in:
Will Holcomb
2021-03-19 09:25:25 -04:00
committed by Alec LaLonde
parent b6649bac2a
commit 7663da41db
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ export const CONFIG = {
graphqlURL: ((() => {
const {
NEXT_PUBLIC_GRAPHQL_URL: url,
REACT_APP_GRAPHQL_HOST: host,
NEXT_PUBLIC_GRAPHQL_HOST: host,
} = process.env;
if (url) return url;

View File

@@ -54,7 +54,7 @@ services:
envVars:
- key: NODE_VERSION
value: 12.18.3
- key: REACT_APP_GRAPHQL_HOST
- key: NEXT_PUBLIC_GRAPHQL_HOST
fromService:
name: hasura
type: web