fix telegram
This commit is contained in:
parent
8cd796d7bb
commit
92ad4cd41a
4 changed files with 11 additions and 7 deletions
|
@ -70,14 +70,14 @@ in
|
|||
receiver = "telegram";
|
||||
group_wait = "45s";
|
||||
group_interval = "3m";
|
||||
repeat_interval = "45m";
|
||||
repeat_interval = "30m";
|
||||
};
|
||||
receivers = [
|
||||
{
|
||||
name = "telegram";
|
||||
telegram_configs = [
|
||||
{
|
||||
bot_token_file = config.sops.secrets."services/telegrambot/token".path;
|
||||
bot_token_file = config.sops.secrets."services/telegram_bot/token".path;
|
||||
chat_id = -1002579132187;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue