forked from VPNclient/VPNclient-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
87 lines (67 loc) · 3.5 KB
/
env.example
File metadata and controls
87 lines (67 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# =============================================================================
# VPN Client Configuration
# =============================================================================
# Copy this file to .env and update the values according to your needs
# DO NOT commit the actual .env file to version control
# =============================================================================
# VPN Subscription URLs
# =============================================================================
# Основная подписка (Main subscription)
# Required: Main VPN subscription URL
# NOTE: If no subscription URLs are provided, Telegram bot becomes mandatory for onboarding
SUBSCRIPTION_URL_MAIN=https://marzban.nativemind.net/sub/dnBuY2xpZW50LDE3NTQ2MjUwMDIucBYJzvQgC
# =============================================================================
# Server Configuration
# =============================================================================
# Настройки серверов по умолчанию (Default server settings)
# Values: true/false
DEFAULT_SERVER_AUTO=true
# =============================================================================
# Application Settings
# =============================================================================
# Название приложения (Application name)
APP_NAME=VPN Client
# Настройки onboarding (Onboarding settings)
# Values: true, false
# - true: Show onboarding screen (can be skipped if SUBSCRIPTION_URL_MAIN is configured)
# - false: Hide onboarding screen completely (only when SUBSCRIPTION_URL_MAIN is configured)
# NOTE: If SUBSCRIPTION_URL_MAIN is not configured, onboarding is always mandatory
SHOW_ONBOARDING=true
# =============================================================================
# Telegram Configuration
# =============================================================================
# URL телеграм бота для подключения (Telegram bot URL for connection)
# Format: t.me/bot_username
# NOTE: If no subscription URLs are configured, this becomes mandatory for onboarding
TELEGRAM_BOT_URL=t.me/VPNclientBot
# URL телеграм чата поддержки (Telegram support chat URL)
# Format: t.me/chat_username
TELEGRAM_SUPPORT_URL=t.me/VPNclient_support
# Домен телеграм бота поддержки (Telegram support bot domain)
# Used for deep linking to telegram app
TELEGRAM_SUPPORT_DOMAIN=VPNclient_support
# =============================================================================
# Development Settings
# =============================================================================
# Режим отладки (Debug mode)
# Values: true/false
DEBUG_MODE=false
# Логирование (Logging)
# Values: true/false
ENABLE_LOGGING=true
# =============================================================================
# API Configuration (for GREEN version only, not for ORANGE)
# =============================================================================
# API Base URL
# API_BASE_URL=https://api.vpnclient.click/
# API Key
# API_KEY=your_api_key_here
# =============================================================================
# Feature Flags
# =============================================================================
# Включить аналитику (Enable analytics)
# Values: true/false
ENABLE_ANALYTICS=false
# Отображать верхние виджеты со статистикой (скорость, трафик, пинг)
# Values: true/false
SHOW_STAT_BAR=true