mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
tryin' one more variable version 🍇
This commit is contained in:
committed by
Alec LaLonde
parent
b6649bac2a
commit
7663da41db
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user