books/frontend/.env.example
Nicolaj Hartmann c4a27f0bac Add frontend environment configuration for API URL injection
- .env.example: Documentation template
- .env.development: Local dev defaults (localhost:5000)
- .env.production: Production defaults (relative /graphql path)
- Updated .gitignore to track non-secret env files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 03:12:45 +01:00

7 lines
294 B
Text

# 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