nexus-5-frontend-1/.env.example
2026-01-26 11:25:38 -05:00

21 lines
589 B
Plaintext

# GraphQL API
PUBLIC_GRAPHQL_URL=http://localhost:8000/graphql/
# Ory Kratos (Authentication)
PUBLIC_KRATOS_URL=http://localhost:4433
# Calendar Service
PUBLIC_CALENDAR_API_URL=http://localhost:8001
PUBLIC_CALENDAR_API_KEY=your-calendar-api-key
# Email Service
PUBLIC_EMAIL_API_URL=http://localhost:8002
PUBLIC_EMAIL_API_KEY=your-email-api-key
# Houdini Schema Introspection (development only)
# These headers are used to fetch the GraphQL schema
USER_ID=your-dev-user-id
USER_PROFILE_TYPE=TeamProfileType
OATHKEEPER_SECRET=your-oathkeeper-secret
DJANGO_PROFILE_ID=your-dev-profile-id