-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 845 Bytes
/
.env.example
File metadata and controls
42 lines (34 loc) · 845 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
PORT=3000
DATABASE_URL="postgresql://jetkvm:jetkvm@localhost:5432/jetkvm?schema=public"
##
## Google Auth with OIDC Configuration
##
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
API_HOSTNAME=
APP_HOSTNAME=
##
## Cloudflare TURN Service
##
CLOUDFLARE_TURN_ID=
CLOUDFLARE_TURN_TOKEN=
##
## Session Cookie Secret
##
COOKIE_SECRET=
###
### S3 Compatible Storage
###
R2_ENDPOINT=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET=
R2_CDN_URL=
# Allowed CORS Origins, split by comma
CORS_ORIGINS=https://app.jetkvm.com,http://localhost:5173
# Allowed account emails, split by comma (leave empty to allow all)
ALLOWED_IDENTITIES=
# Real IP Header for the reverse proxy (e.g. X-Real-IP), leave empty if not needed
REAL_IP_HEADER=
# ICE Servers for WebRTC, split by comma (e.g. stun:stun.l.google.com:19302,stun:stun1.l.google.com:19302)
ICE_SERVERS=