Stabilize logging, correlation IDs, service-account Jira auth, and direct approver reminder DMs while splitting the monolith into focused modules with Compose-based deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
546 B
Text
24 lines
546 B
Text
# Server
|
|
PORT=1345
|
|
SERVER_NAME=aeoApprovals
|
|
LOG_LEVEL=info
|
|
|
|
# Jira Cloud — service account (same pattern as wxccai)
|
|
# Preferred: set JIRA_CLOUD_ID to use the api.atlassian.com gateway.
|
|
JIRA_CLOUD_ID=
|
|
JIRA_BASE_URL=https://aeo.atlassian.net
|
|
JIRA_AUTH_TYPE=basic
|
|
JIRA_EMAIL=your-bot@serviceaccount.atlassian.com
|
|
JIRA_API_TOKEN=
|
|
|
|
# Webex bots
|
|
WEBEX_TOKEN=
|
|
JIRA_NOTIFIER_TOKEN=
|
|
|
|
# Webex rooms
|
|
WEBEX_ROOM_ID=
|
|
APPROVAL_ROOM_ID=
|
|
SUPPORT_ROOM_ID=
|
|
|
|
# Only set if you have a specific TLS/certificate issue to work around
|
|
# NODE_TLS_REJECT_UNAUTHORIZED=0
|