pushin' just to see the value 🚡

This commit is contained in:
Will Holcomb
2021-03-19 03:24:53 -04:00
committed by Alec LaLonde
parent f2c4f62565
commit b50a746f6f
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ export const CONFIG = {
if (process.env.NEXT_PUBLIC_GRAPHQL_URL) {
return process.env.NEXT_PUBLIC_GRAPHQL_URL;
}
if (process.env.GRAPHQL_HOST) {
return `https://${process.env.GRAPHQL_HOST}.onrender.com/v1/graphql`;
if (process.env.GRAPHQL_HOSTPORT) {
return `https://${process.env.GRAPHQL_HOSTPORT}.onrender.com/v1/graphql`;
}
return 'http://localhost:8080/v1/graphql';
})()),

View File

@@ -39,11 +39,11 @@ services:
sync: false
- key: DISCORD_BOT_TOKEN
sync: false
- key: GRAPHQL_HOST
- key: GRAPHQL_HOSTPORT
fromService:
name: hasura
type: web
property: host
property: hostport
- type: web
name: frontend