Add .example
files
This commit is contained in:
parent
c27d6258d9
commit
5efb718d83
3 changed files with 10 additions and 0 deletions
4
.env.example
Normal file
4
.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
TELEPINGBOT_API_HASH="" # From https://my.telegram.org/apps
|
||||
TELEPINGBOT_API_ID="" # From https://my.telegram.org/apps
|
||||
TELEOINGBOT_HOST="0.0.0.0" # Host to listen on
|
||||
TELEOINGBOT_PORT=3939 # Port to listen on
|
3
bots.txt.example
Normal file
3
bots.txt.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
@FirstBot
|
||||
@SecondBot
|
||||
@ThirdBot
|
3
tokens.txt.example
Normal file
3
tokens.txt.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
FirstToken
|
||||
SecondToken
|
||||
ThirdToken
|
Loading…
Reference in a new issue