23 lines
No EOL
622 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
} |