pokerface/backend/.env.example
Jan Willem Mannaerts 3ab584e2ab
All checks were successful
Build & Push Container Image / build (push) Successful in 8s
Update env example with full Jira scopes and add source code link to privacy page
- Added all required Jira OAuth scopes to .env.example
- Added NATS_TOKEN and JIRA_MOCK_FALLBACK to .env.example
- Added open source section to privacy policy linking to the repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 12:32:59 +01:00

15 lines
707 B
Text

PORT=4010
FRONTEND_URL=http://localhost:5174
NATS_URL=nats://localhost:4222
# NATS_TOKEN= # optional, if your NATS server requires auth
# 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 read:project:jira read:issue:jira read:board-scope:jira-software read:board-scope.admin:jira-software read:sprint:jira-software read:issue-details:jira write:issue:jira-software read:jql:jira read:source-code:jira-software"
JWT_SECRET=change-me-to-a-random-secret
# Set to true to use mock Jira data (no real Jira connection needed)
JIRA_MOCK_FALLBACK=true