Kaynağa Gözat

added vars for bot token in telegram bridge

pull/318/head
benkuly 6 yıl önce
committed by GitHub
ebeveyn
işleme
e23be75f6d
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      roles/matrix-bridge-mautrix-telegram/defaults/main.yml

+ 2
- 1
roles/matrix-bridge-mautrix-telegram/defaults/main.yml Dosyayı Görüntüle

@@ -14,6 +14,7 @@ matrix_mautrix_telegram_data_path: "{{ matrix_mautrix_telegram_base_path }}/data
# Get your own API keys at https://my.telegram.org/apps # Get your own API keys at https://my.telegram.org/apps
matrix_mautrix_telegram_api_id: '' matrix_mautrix_telegram_api_id: ''
matrix_mautrix_telegram_api_hash: '' matrix_mautrix_telegram_api_hash: ''
matrix_mautrix_telegram_bot_token: disabled


# Mautrix telegram public endpoint to log in to telegram # Mautrix telegram public endpoint to log in to telegram
# Use an uuid so it's not easily discoverable. # Use an uuid so it's not easily discoverable.
@@ -297,7 +298,7 @@ matrix_mautrix_telegram_configuration_yaml: |
api_id: {{ matrix_mautrix_telegram_api_id }} api_id: {{ matrix_mautrix_telegram_api_id }}
api_hash: {{ matrix_mautrix_telegram_api_hash }} api_hash: {{ matrix_mautrix_telegram_api_hash }}
# (Optional) Create your own bot at https://t.me/BotFather # (Optional) Create your own bot at https://t.me/BotFather
bot_token: disabled
bot_token: {{ matrix_mautrix_telegram_bot_token }}


# Telethon connection options. # Telethon connection options.
connection: connection:


Yükleniyor…
İptal
Kaydet