added docker compose env variables file template.
This commit is contained in:
parent
4d067b1188
commit
adc7bb95d2
15
.env.template
Normal file
15
.env.template
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
### ./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 =
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,5 +4,6 @@
|
|||||||
!README.md
|
!README.md
|
||||||
.secrets/
|
.secrets/
|
||||||
.env
|
.env
|
||||||
|
!.env.template
|
||||||
.mono/
|
.mono/
|
||||||
WTelegram.session
|
WTelegram.session
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user