10 lines
152 B
Bash
10 lines
152 B
Bash
|
# These env variables are only used in e2e tests
|
||
|
|
||
|
# API ID and Hash (obviously)
|
||
|
API_ID=
|
||
|
API_HASH=
|
||
|
|
||
|
# Bot token (from test DC!)
|
||
|
BOT_USERNAME=
|
||
|
BOT_TOKEN=
|