notification/templates/sendtelegram.config

4 lines
171 B
Plaintext
Raw Permalink Normal View History

2023-12-19 22:21:05 +03:00
API_URL=https://api.telegram.org/bot{{sendtelegram_api_key}}/sendMessage
SILENCE={{sendtelegram_silence}}
CHAT_ID={{sendtelegram_chat_id}}
THRD_ID={{sendtelegram_thrd_id}}