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>
25 lines
570 B
JSON
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"
|
|
}
|
|
}
|