CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Remove use of duplicate env variables #171

Closed jupiter007 closed 3 days ago

jupiter007 commented 1 week ago

Currently, the app is using two different env variables with the same value:

NEXT_PUBLIC_SERVER_ENDPOINT="http://localhost:4000"
NEXT_PUBLIC_GRAPHQL_ENDPOINT="http://localhost:4000"

We should switch to using NEXT_PUBLIC_SERVER_ENDPOINT for all instances.