Commit d120245b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis de valores que no son strings

parent b92044c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ receivers:
  - name: 'telegram'
    telegram_configs:
      - bot_token: '${TELEGRAM_BOT_TOKEN}'
        chat_id: '${TELEGRAM_CHAT_ID}'
        chat_id: ${TELEGRAM_CHAT_ID}
        message: '{{ template "telegram.default.message" .}}'
        disable_notifications: '${TELEGRAM_DISABLE_NOTIFICATIONS}'
        disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS}