TelegramApiServer/.env.example

18 lines
465 B
Plaintext
Raw Normal View History

2019-06-20 18:51:58 +02:00
SERVER_ADDRESS=127.0.0.1
SERVER_PORT=9503
2020-02-19 14:55:40 +01:00
# List of allowed clients. Separate with comma.
# Leave blanc, to allow requests from all IP (dangerous!)
2019-03-19 23:56:28 +01:00
IP_WHITELIST=127.0.0.1
2019-01-20 18:20:41 +01:00
# TELEGRAM CLIENT
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
2019-12-08 13:46:54 +01:00
# FATAL_ERROR = 0; ERROR = 1; WARNING = 2; const NOTICE = 3; VERBOSE = 4; ULTRA_VERBOSE = 5;
2020-03-11 00:20:14 +01:00
LOGGER_LEVEL=2
# TELEGRAM SOCKS5 PROXY (optional)
TELEGRAM_PROXY_ADDRESS=
TELEGRAM_PROXY_PORT=
TELEGRAM_PROXY_USERNAME=
2019-03-19 23:56:28 +01:00
TELEGRAM_PROXY_PASSWORD=