discount/config/config.json
2026-07-01 13:27:52 -04:00

23 lines
No EOL
622 B
JSON

{
"server": {
"name": "discount"
},
"alerting": {
"email": "mcqueenj@ae.com",
"daysAhead": 7,
"cron": "0 6 * * *",
"timezone": "America/New_York"
},
"auth": {
"webex": {
"bot": {
"restrictedToEmailDomains": "ae.com,toddsnyder.com,quietplatforms.com",
"name": "discount",
"userName": "discount@webex.bot",
"webhookRequestJSONLocation": "body",
"removeWebhooksOnStart": true,
"removeDeviceRegistrationsOnStart": true
}
}
}
}