pokerface/backend/.env.example
Jan Willem Mannaerts 047d0de485
All checks were successful
Build & Push Container Image / build (push) Successful in 8s
Remove dead normalizeIssue function and make legal pages linkable
- Remove unused normalizeIssue and JIRA_STORY_POINTS_FIELD env var
- Add URL routing for /terms, /privacy, /support pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 22:42:01 +01:00

11 lines
344 B
Text

PORT=4010
FRONTEND_URL=http://localhost:5174
NATS_URL=nats://localhost:4222
# Jira OAuth (Atlassian 3LO)
JIRA_CLIENT_ID=
JIRA_CLIENT_SECRET=
JIRA_OAUTH_REDIRECT_URI=http://localhost:4010/api/jira/oauth/callback
JIRA_SCOPES="offline_access read:jira-work write:jira-work read:me"
JWT_SECRET=change-me-to-a-random-secret
JIRA_MOCK_FALLBACK=true