mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
pushin' just to see the value 🚡
This commit is contained in:
committed by
Alec LaLonde
parent
f2c4f62565
commit
b50a746f6f
@@ -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';
|
||||
})()),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user