mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
20 lines
484 B
Plaintext
20 lines
484 B
Plaintext
SERVER_ADDRESS=127.0.0.1
|
|
SERVER_PORT=9503
|
|
|
|
MEMORY_LIMIT=256M
|
|
|
|
# List of allowed clients. Separate with comma.
|
|
# Leave blanc, to allow requests from all IP (dangerous!)
|
|
IP_WHITELIST=127.0.0.1
|
|
|
|
# TELEGRAM CLIENT
|
|
TELEGRAM_API_ID=
|
|
TELEGRAM_API_HASH=
|
|
# FATAL_ERROR = 0; ERROR = 1; WARNING = 2; const NOTICE = 3; VERBOSE = 4; ULTRA_VERBOSE = 5;
|
|
LOGGER_LEVEL=2
|
|
|
|
# TELEGRAM SOCKS5 PROXY (optional)
|
|
TELEGRAM_PROXY_ADDRESS=
|
|
TELEGRAM_PROXY_PORT=
|
|
TELEGRAM_PROXY_USERNAME=
|
|
TELEGRAM_PROXY_PASSWORD= |