mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-07 06:59:42 +01:00
Added settings for Telegram bot (for sending notifications)
This commit is contained in:
parent
ff3c357ca6
commit
19685f559f
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ export default {
|
|||
timeout : 5000, // In milliseconds, requests will be aborted above this. (Do not )
|
||||
readableStatusJson : true, // Format status.json to be human readable
|
||||
logsMaxDatapoints : 200, // Maximum datapoints history to keep (per endpoint)
|
||||
telegram : {
|
||||
botToken : '',
|
||||
chatId : '',
|
||||
},
|
||||
sites : [
|
||||
{
|
||||
id : 'google', // optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue