- .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>
7 lines
294 B
Text
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
|