16 lines
657 B
Plaintext
16 lines
657 B
Plaintext
### ./docker-compose.yml env variables config.
|
|
|
|
## telegram-listener
|
|
# telegram account details https://my.telegram.org
|
|
WTelegramClientOptions__ApiHash =
|
|
WTelegramClientOptions__ApiId =
|
|
WTelegramClientOptions__PhoneNumber =
|
|
|
|
## telegarm-client
|
|
# telegram bot token details @BotFather
|
|
TelegramBotOptions__Token =
|
|
# toggle admin notificatons and upper bot accessed public channels ids (usually starts with "-100"
|
|
AdministrationOptions__EnableUpdateTelegramLogging =
|
|
AdministrationOptions__FeedbackReceiverIds__0 =
|
|
AdministrationOptions__UpdateReceiverIds__0 =
|