-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.env.sample
More file actions
65 lines (56 loc) · 2.46 KB
/
.env.sample
File metadata and controls
65 lines (56 loc) · 2.46 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
# =============================================================================
# VPN Client Configuration
# =============================================================================
# =============================================================================
# VPN Subscription URLs
# =============================================================================
SUBSCRIPTION_URL_MAIN=your_main_subscription_url
# =============================================================================
# Server Configuration
# =============================================================================
DEFAULT_SERVER_AUTO=true
DEFAULT_SERVER_KAZAKHSTAN=false
DEFAULT_SERVER_TURKEY=false
DEFAULT_SERVER_POLAND=false
# =============================================================================
# Application Settings
# =============================================================================
APP_NAME=VPN Client
APP_VERSION=1.0.0
SHOW_ONBOARDING=true
# =============================================================================
# Telegram Configuration
# =============================================================================
TELEGRAM_BOT_URL=t.me/your_bot
TELEGRAM_SUPPORT_URL=t.me/your_support
TELEGRAM_SUPPORT_DOMAIN=your_support_domain
# =============================================================================
# UI Features
# =============================================================================
SHOW_STAT_BAR=true
SHOW_APPS_PAGE=true
SHOW_SETTINGS_PAGE=true
# =============================================================================
# Development Settings
# =============================================================================
DEBUG_MODE=false
ENABLE_LOGGING=true
# =============================================================================
# Feature Flags
# =============================================================================
ENABLE_ANALYTICS=false
ENABLE_DEEP_LINKS=true
AUTO_CONNECT_ON_START=false
ENABLE_KILL_SWITCH=false
# =============================================================================
# VPN Engine Configuration
# =============================================================================
DEFAULT_CORE_TYPE=singbox
DEFAULT_DRIVER_TYPE=hevSocks5
DEFAULT_MTU=1500
DEFAULT_DNS_SERVER=8.8.8.8
CONNECTION_TIMEOUT=30
# =============================================================================
# Figma Configuration
# =============================================================================
FIGMA_API_KEY=your_figma_api_key