TelegramApiServer/.env.example
Alexander Pankratov 49241c052c env & config update
2019-03-20 01:56:28 +03:00

19 lines
499 B
Plaintext

# SWOOLE
SWOOLE_SERVER_ADDRESS=127.0.0.1
SWOOLE_SERVER_PORT=9503
SWOOLE_WORKER_NUM=1
SWOOLE_HTTP_COMPRESSION=0
# Separate with comma
IP_WHITELIST=127.0.0.1
INDEX_MESSAGE="Welcome to i-c-a.su client for telegram. \nIf you have questions - contact me via telegram: <a href='tg://resolve?domain=xtrime'>@xtrime</a>"
# TELEGRAM CLIENT
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
# TELEGRAM SOCKS5 PROXY (optional)
TELEGRAM_PROXY_ADDRESS=
TELEGRAM_PROXY_PORT=
TELEGRAM_PROXY_USERNAME=
TELEGRAM_PROXY_PASSWORD=