Files
parse_link_vpn/.env.example
2026-05-24 22:56:17 +05:00

25 lines
947 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NOVAVPS - ссылка на страницу с подключениями
NOVAVPS_URL=https://novavps.app/s/your_link_here
# Панель Xray 1 (основная)
XRAY_URL=https://your-xray-panel.com/panel/xray
XRAY_USERNAME=your_username
XRAY_PASSWORD=your_password
# Панель Xray 2 (резервная, опционально)
XRAY_URL2=https://your-second-xray-panel.com/panel/xray
XRAY_USERNAME2=your_username2
XRAY_PASSWORD2=your_password2
# Порт веб-интерфейса
PORT=3000
# Интервал автозапуска парсера (в секундах, по умолчанию 1800 = 30 минут)
PARSE_INTERVAL=1800
# Секрет для сессий (опционально, генерируется автоматически если не указан)
# SESSION_SECRET=your_random_secret_here_64_chars
# Режим окружения (production включает secure cookie flag)
# NODE_ENV=production