nexus-5-frontend-2/.env.example
2026-01-26 11:28:04 -05:00

20 lines
536 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)
USER_ID=your-dev-user-id
USER_PROFILE_TYPE=TeamProfileType
OATHKEEPER_SECRET=your-oathkeeper-secret
DJANGO_PROFILE_ID=your-dev-profile-id