jiraCloud/config/config.example.json
jmcqueen 0b056739e9 Add modular Jira-to-Webex approvals service with Docker deployment.
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>
2026-07-17 08:34:47 -04:00

25 lines
570 B
JSON

{
"logLevel": "info",
"webex": {
"whUrl": "http://localhost:1345/",
"botName": "AEO Approvals",
"botUserName": "aeoapprovals@webex.bot",
"room": {
"title": "Pending Approvals | Testing"
}
},
"server": {
"port": "1345",
"name": "aeoApprovals"
},
"rooms": {
"approval": "your-approval-room-id",
"support": "your-support-room-id"
},
"jiraCloud": {
"cloudId": "your-atlassian-cloud-id",
"host": "https://aeo.atlassian.net",
"authType": "basic",
"email": "your-bot@serviceaccount.atlassian.com"
}
}