# GraphQL endpoint to proxy to
GRAPHQL_ENDPOINT=http://localhost:4000/graphql
# Optional authentication header
GRAPHQL_AUTH_HEADER=Bearer your-token-here
# Optional path to pre-generated schema file
SCHEMA_PATH=./schema.json
# Port for HTTP server mode (default: 3000)
PORT=3000