-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 879 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 879 Bytes
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
# This is the service port for the OV-Node
SERVICE_PORT = 9090
# This is an API key for connecting the master to the node
API_KEY = your_api_key_here
# Development
# DOC = True
# DEBUG = INFO
# Cloudflare R2 Storage Configuration
R2_ACCESS_KEY_ID = your_r2_access_key_id
R2_SECRET_ACCESS_KEY = your_r2_secret_access_key
R2_BUCKET_NAME = your_r2_bucket_name
# R2 Endpoint - Provide either R2_ENDPOINT or R2_ACCOUNT_ID
# R2_ENDPOINT = https://your_account_id.r2.cloudflarestorage.com
# only your_account_id before .r2.cloudflarestorage.com
R2_ACCOUNT_ID = your_cloudflare_account_id
# R2 Public URL base (for downloading .ovpn files)
R2_PUBLIC_BASE_URL = api.openvpn.panel
# R2 Download token (default token for all downloads)
# R2_DOWNLOAD_TOKEN = 8638b5a1-77df-4d24-8253-58977fa508a4 (default) you need to change it
R2_DOWNLOAD_TOKEN = 8638b5a1-77df-4d24-8253-58977fa508a4