notification/templates/sendtelegram.config

5 lines
204 B
Plaintext
Raw Normal View History

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