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