mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Add NextJS environment vars and remove app-react from Render build
This commit is contained in:
6
packages/web/config.ts
Normal file
6
packages/web/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const CONFIG = {
|
||||
graphqlURL:
|
||||
process.env.NEXT_PUBLIC_GRAPHQL_URL || 'http://localhost:8080/v1/graphql',
|
||||
infuraId:
|
||||
process.env.NEXT_PUBLIC_INFURA_ID || '781d8466252d47508e177b8637b1c2fd',
|
||||
};
|
||||
Reference in New Issue
Block a user