-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.env.example
34 lines (29 loc) · 1.25 KB
/
.env.example
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
# The environment the app is running in, either production, staging or development
NODE_ENV=production
# The base REST endpoint that is used to talk to @cryb/portals
PORTALS_WS_URL=
# This should the same secure key in @cryb/portals/.env under 'PORTAL_KEY'
PORTALS_KEY=
## These arguments are ignored if you have Janus enabled in @cryb/portals
# The URL of @cryb/aperture streaming that ffmpeg should stream to. This should be :9000 on @cryb/aperture.
STREAMING_URL=
# This should the same secure key in @cryb/aperture/.env under 'STREAMING_KEY'. Not needed in Janus.
STREAMING_KEY=portal-streaming-key
# The Display services like Chromium and ffmpeg/gstreamer will use
DISPLAY=:100
# The width of the video stream in px
VIDEO_WIDTH=1280
# The height of the video stream in px
VIDEO_HEIGHT=720
# The bitrate of the video stream in bits
VIDEO_BITRATE=1200000
# The Frames Per Second of the video stream (the lower it is, the higher performance is)
VIDEO_FPS=30
# Switch to false if you want to disable audio support (could result in better performance)
AUDIO_ENABLED=true
# The bitrate of the audio stream in bits
AUDIO_BITRATE=128000
# Used to configure Chromium Dark Mode
IS_CHROMIUM_DARK_MODE=true
# URL that will be used on first start
STARTUP_URL=https://www.google.com