mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
After some intensive debugging I found out that `req` (on the server) and `nuxtState` (on the client) have access to the configurations changed at runtime. How did I debug it: ``` yarn run build env WEBSOCKET_URI=whatever yarn run start ``` I also put a `console.log` into `plugins/apollo-client.js`.
7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.KZ8KK9l70omjXbEkkbHGsQ"
|
|
SENTRY_DSN_WEBAPP=
|
|
COMMIT=
|
|
PUBLIC_REGISTRATION=false
|
|
WEBSOCKETS_URI=ws://localhost:3000/api/graphql
|
|
GRAPHQL_URI=http://localhost:4000/
|