-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathexample-env
104 lines (75 loc) · 2.85 KB
/
example-env
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#Branding options
#Set welcome message
DEFAULT_WELCOME_MESSAGE=
#set welcome message footer
DEFAULT_WELCOME_MESSAGE_FOOTER=
# logo that will appier in bigbluebutton; default=/var/www/bigbluebutton-default/logo.png
DEFAULT_LOGO=
# Favicon that will appier in bigbluebutton; default=/var/www/bigbluebutton-default/favicon.ico
DEFAULT_FAVICON=
# default.pdf that will appier in bigbluebutton; default=/var/www/bigbluebutton-default/default.pdf
DEFAULT_PRESENTATION=
#Set title and it will be set as BigBlueButton meeting tab name
CLIENT_TITLE=
APP_NAME=
#Set copyright
COPY_RIGHT=
#Help link, That will appier in BigBlueButton help button
HELP_LINK=
#default false
ALLOW_MODS_TO_UNMUTE_USERS=
#If set true only moderator can see all users webcam, viewer can see only his and moderator webcam; default false
WEBCAM_ONLY_FOR_MODERATOR=
#Mute the session on start; default false
MUTE_ON_START=
#Keep the meeting events; default false
DEFAULT_KEEP_EVENTS=
#Set the max users that can join a single BigBlueButton session; default 0
#If set to 0, There will not be any limit
DEFAULT_MAX_USERS=
#Allow users to join the same session using multiple devices; default false
ALLOW_DUPLICATE_USER_ID=
# Param to end the meeting when there are no moderators after a certain period of time.
# Needed for classes where teacher gets disconnected and can't get back in. Prevents
# students from running amok; default false
END_WHEN_NO_MODERATOR=
# Number of minutes to wait for moderator rejoin before end meeting (if `END_WHEN_NO_MODERATOR=true` ); default 2
END_WHEN_NO_MODERATOR_DELAY=
#Disable the recording even if record=true passed in create call; default false
DISABLE_RECORDING=
#Enable the shared notes; default false
ENABLE_SHARED_NOTES=
# Number of minutes that Learning Dashboard will be available after the end of the meeting
# if 0, the Learning Dashboard will keep available permanently; default 2
LEARNING_DASHBOARD_CLEANUP_DELAY=
# Default duration of the meeting in minutes. If set to 0 the meeting does'nt end.
#default 0
MEETING_DURATION=
#default value is true
ENABLE_LISTEN_ONLY_MODE=
#default value is false
SKIP_AUDIO_CHECK=true
#default value is false
ENABLE_DICTATION=
#Minimize the chat section on start; default value is false
CHAT_START_CLOSED=
#Default lock settings
LOCK_PRIVATE_CHAT=
LOCK_PUBLIC_CHAT=
LOCK_SHARED_NOTES=
LOCK_MICROPHONE=
LOCK_WEBCAM=
HIDE_USER_LIST=
#Set the log level for bbb; possible values are: INFO, DEBUG, WARN, ERROR,; default DBUG
LOG_LEVEL=
#Enable mediasoup for webcam and screensharing instread of kurento
ENABLE_MEDIASOUP=
#Enable multiple kurento for better performance
ENABLE_MULTIPLE_KURENTO=
#Set the default webcam resolution as low
LOWER_WEBCAM_RESOLUTION=
#Enable recording optimization for ios devices
OPTIMIZE_RECORDING_FOR_IOS=
FIX_1007_AND_1020=
#If FIX_1007_AND_1020 is set to true, the add Your bbb server PUBLIC_IP
PUBLIC_IP=