- .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>
2 lines
104 B
Text
2 lines
104 B
Text
# Production environment - uses relative path (proxied by nginx/ingress)
|
|
VITE_GRAPHQL_ENDPOINT=/graphql
|