Update config.json

This commit is contained in:
Alexandre
2022-07-24 10:42:20 +02:00
committed by GitHub
parent 42da1a50d5
commit 094ccdbd02

View File

@@ -1,56 +1,60 @@
{ {
"runOnStartup": true, "runOnStartup":true,
"cronSchedule": "5 16 * * *", "cronSchedule":"5 16 * * *",
"logLevel": "info", "logLevel":"info",
"webPortalConfig": { "webPortalConfig":{
"baseUrl": "https://epic.exmaple.com" "baseUrl":"https://epic.exmaple.com"
}, },
"accounts": [{ "accounts":[
"email": "example@gmail.com", {
"password": "abc1234", "email":"example@gmail.com",
"totp": "EMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZE" "password":"abc1234",
}], "totp":"EMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZE"
"notifiers": [{ }
"type": "email", ],
"smtpHost": "smtp.gmail.com", "notifiers":[
"smtpPort": 587, {
"emailSenderAddress": "hello@gmail.com", "type":"email",
"emailSenderName": "Epic Games Captchas", "smtpHost":"smtp.gmail.com",
"emailRecipientAddress": "hello@gmail.com", "smtpPort":587,
"secure": false, "emailSenderAddress":"hello@gmail.com",
"auth": { "emailSenderName":"Epic Games Captchas",
"user": "hello@gmail.com", "emailRecipientAddress":"hello@gmail.com",
"pass": "abc123" "secure":false,
} "auth":{
}, { "user":"hello@gmail.com",
"type": "discord", "pass":"abc123"
"webhookUrl": "https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456", }
"mentionedUsers": [ },
"914360712086843432" {
], "type":"discord",
"mentionedRoles": [ "webhookUrl":"https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456",
"734548250895319070" "mentionedUsers":[
] "914360712086843432"
}, ],
{ "mentionedRoles":[
"type": "telegram", "734548250895319070"
"token": "644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k", ]
"chatId": "-987654321" },
}, {
{ "type":"telegram",
"type": "apprise", "token":"644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
"apiUrl": "http://192.168.1.2:8000", "chatId":"-987654321"
"urls": "mailto://user:pass@gmail.com" },
}, {
{ "type":"apprise",
"type": "pushover", "apiUrl":"http://192.168.1.2:8000",
"token": "a172fyyl9gw99p2xi16tq8hnib48p2", "urls":"mailto://user:pass@gmail.com"
"userKey": "uvgidym7l5ggpwu2r8i1oy6diaapll" },
}, {
{ "type":"pushover",
"type": "gotify", "token":"a172fyyl9gw99p2xi16tq8hnib48p2",
"apiUrl": "https://gotify.net", "userKey":"uvgidym7l5ggpwu2r8i1oy6diaapll"
"token": "SnL-wAvmfo_QT" },
} {
] "type":"gotify",
"apiUrl":"https://gotify.net",
"token":"SnL-wAvmfo_QT"
}
]
} }