mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Remove unsupported proxy settings
This commit is contained in:
parent
ac3630a530
commit
169a990897
@ -21,12 +21,6 @@ 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=
|
||||
|
||||
# DB
|
||||
# memory
|
||||
# Keep all data in memory/session file.
|
||||
|
@ -20,12 +20,6 @@ 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=
|
||||
|
||||
# DB
|
||||
# memory
|
||||
# Keep all data in memory/session file.
|
||||
|
Loading…
Reference in New Issue
Block a user