diff --git a/.env.docker.example b/.env.docker.example index cc8b38a..22c8d79 100644 --- a/.env.docker.example +++ b/.env.docker.example @@ -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. diff --git a/.env.example b/.env.example index c9f8f71..19fd09b 100644 --- a/.env.example +++ b/.env.example @@ -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.