books/frontend/.env.example

8 lines
294 B
Text
Raw Permalink Normal View History

# Books Frontend Environment Configuration
# Copy this file to .env.local and adjust values for your environment
# GraphQL API endpoint
# Development: http://localhost:5000/graphql
# Production: /graphql (relative, proxied by nginx/ingress)
VITE_GRAPHQL_ENDPOINT=http://localhost:5000/graphql