# Env variables
VUE_APP_GRAPHQL_HTTPThe url to the graphql HTTP endpoint, default:
http://localhost:4000VUE_APP_GRAPHQL_WSThe url to the graphql Websockets endpoint for subscriptions, default:
ws://localhost:4000
# With the GraphQL server enabled
VUE_APP_GRAPHQL_HOSTHostname of GraphQL API Server, default:
localhostVUE_APP_GRAPHQL_PATHPath on which to serve graphQL, defaultL
/graphqlVUE_APP_GRAPHQL_PORTPort of the GraphQL API Server, default:
4000VUE_APP_APOLLO_ENGINE_KEYAPI key for Apollo Engine
VUE_APP_APOLLO_ENGINE_TAGQueries made to the API will be marked with this Schema Tag. Useful for segmenting queries (for example 'test', 'staging', 'prod').
VUE_APP_GRAPHQL_SUBSCRIPTIONS_PATHSubscriptions path, default:
/graphql
# Advanced
APOLLO_ENGINE_API_ENDPOINTEndpoint to use to the Engine requests.
APOLLO_ENGINE_FRONTENDURL to the Engine website.