Commit 261a7d92 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Fija mensaje de Telegram a valor por defecto

parent 8b38ad31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ receivers:
        api_url: https://api.telegram.org
        bot_token: '${TELEGRAM_BOT_TOKEN}'
        chat_id: ${TELEGRAM_CHAT_ID}
        message: '{{ .CommonAnnotations.description }}'
        message: '{{ template "telegram.default.message" .}}'
        parse_mode: '${TELEGRAM_PARSE_MODE}'
        disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS}