nexus-5-frontend-3/.env.example
2026-01-26 11:30:40 -05:00

24 lines
650 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
# Wave API (Invoice Integration)
WAVE_ACCESS_TOKEN=your-wave-access-token
WAVE_BUSINESS_ID=your-wave-business-id
# 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