2020-06-06 14:39:54 +02:00
# ====================================
# ADDITIONS to BigBlueButton
# ====================================
# (place a '#' before to disable them)
# HTTPS Proxy
# fully automated Lets Encrypt certificates
ENABLE_HTTPS_PROXY = true
2023-06-02 09:52:19 +02:00
# If your network doesn't allow access to DNS at 8.8.8.8 specify your own resolvers
#RESOLVER_ADDRESS=x.x.x.x
2020-06-06 14:39:54 +02:00
2021-06-01 17:51:55 +02:00
# coturn (a TURN Server)
2021-10-17 00:01:07 +02:00
# requires either the abhove HTTPS Proxy to be enabled
2021-06-08 18:28:24 +02:00
# or TLS certificates to be mounted to container
2021-06-01 17:51:55 +02:00
ENABLE_COTURN = true
2021-06-08 18:28:24 +02:00
#COTURN_TLS_CERT_PATH=
#COTURN_TLS_KEY_PATH=
2021-06-01 17:51:55 +02:00
2020-06-06 14:39:54 +02:00
# Greenlight Frontend
# https://docs.bigbluebutton.org/greenlight/gl-overview.html
ENABLE_GREENLIGHT = true
2020-06-30 19:44:20 +02:00
# Enable Webhooks
# used by some integrations
#ENABLE_WEBHOOKS=true
2020-06-06 14:39:54 +02:00
2020-07-24 19:08:17 +02:00
# Prometheus Exporter
# serves the bigbluebutton-exporter under following URL:
# https://yourdomain/bbb-exporter
#ENABLE_PROMETHEUS_EXPORTER=true
2021-10-17 00:01:07 +02:00
#ENABLE_PROMETHEUS_EXPORTER_OPTIMIZATION=true
2020-07-24 19:08:17 +02:00
2020-08-15 03:26:33 +02:00
# Recording
2021-10-17 00:01:07 +02:00
# IMPORTANT: this is currently a big privacy issues, because it will
2020-08-15 03:26:33 +02:00
# record everything which happens in the conference, even when the button
# suggets, that it does not.
# https://github.com/bigbluebutton/bigbluebutton/issues/9202
# make sure that you get peoples consent, before they join a room
#ENABLE_RECORDING=true
2021-10-17 20:26:26 +02:00
#REMOVE_OLD_RECORDING=false
#RECORDING_MAX_AGE_DAYS=14
2020-08-15 03:26:33 +02:00
2020-06-06 14:39:54 +02:00
# ====================================
# SECRETS
# ====================================
# important! change these to any random values
2021-12-13 18:16:22 +01:00
SHARED_SECRET = SuperSecret
ETHERPAD_API_KEY = SuperEtherpadKey
2023-03-21 14:03:03 +01:00
RAILS_SECRET = SuperRailsSecret_SuperRailsSecret
2021-12-13 18:16:22 +01:00
POSTGRESQL_SECRET = SuperPostgresSecret
FSESL_PASSWORD = SuperFreeswitchESLPassword
2020-04-11 12:01:48 +02:00
2020-06-06 14:39:54 +02:00
# ====================================
# CONNECTION
# ====================================
2020-04-11 12:01:48 +02:00
DOMAIN = bbb.example.com
2020-07-12 19:15:40 +02:00
EXTERNAL_IPv4 = 144.76.97.10
2020-07-13 17:21:00 +02:00
EXTERNAL_IPv6 =
2020-04-11 12:01:48 +02:00
2020-05-31 00:14:14 +02:00
# STUN SERVER
2020-04-11 12:01:48 +02:00
# stun.freeswitch.org
STUN_IP = 216.93.246.18
STUN_PORT = 3478
2020-05-15 23:21:03 +02:00
# TURN SERVER
# uncomment and adjust following two lines to add an external TURN server
#TURN_SERVER=turns:turn.example.com:443?transport=tcp
#TURN_SECRET=
2020-06-23 00:21:24 +02:00
# Allowed SIP IPs
# due to high traffic caused by bots, by default the SIP port is blocked.
# but you can allow access by your providers IP or IP ranges (comma seperated)
# Hint: if you want to allow requests from every IP, you can use 0.0.0.0/0
SIP_IP_ALLOWLIST =
2020-06-06 14:39:54 +02:00
# ====================================
# CUSTOMIZATION
# ====================================
2020-04-11 12:01:48 +02:00
CLIENT_TITLE = BigBlueButton
2020-07-13 16:34:09 +02:00
# use following lines to replace the default welcome message and footer
2022-06-10 22:27:54 +02:00
WELCOME_MESSAGE = "Welcome to <b>%%CONFNAME%%</b>!<br><br>For help on using BigBlueButton see these (short) <a href='https://www.bigbluebutton.org/html5' target='_blank'><u>tutorial videos</u></a>.<br><br>To join the audio bridge click the speaker button. Use a headset to avoid causing background noise for others."
2021-10-05 16:48:22 +02:00
WELCOME_FOOTER = "This server is running <a href='https://docs.bigbluebutton.org/'' target='_blank'><u>BigBlueButton</u></a>."
2020-04-12 16:01:57 +02:00
2020-04-23 14:51:48 +02:00
# use following line for an additional SIP dial-in message
2021-10-05 16:48:22 +02:00
#WELCOME_FOOTER="This server is running <a href='https://docs.bigbluebutton.org/' target='_blank'><u>BigBlueButton</u></a>. <br><br>To join this meeting by phone, dial:<br> INSERT_YOUR_PHONE_NUMBER_HERE<br>Then enter %%CONFNUM%% as the conference PIN number."
2020-04-23 14:51:48 +02:00
2020-05-22 15:46:35 +02:00
# for a different default presentation, place the pdf file in ./conf/ and
# adjust the following path
DEFAULT_PRESENTATION = ./mod/nginx/default.pdf
2020-04-12 16:01:57 +02:00
2020-12-24 02:39:02 +01:00
# language of sound announcements
# options:
# - en-ca-june - EN Canadian June
# - en-us-allison - US English Allison
2023-03-24 23:00:14 +01:00
# - en-us-callie - US English Callie (default)
2020-12-24 02:39:02 +01:00
# - de-de-daedalus3 - German by Daedalus3 (https://github.com/Daedalus3/freeswitch-german-soundfiles)
# - es-ar-mario - Spanish/Argentina Mario
# - fr-ca-june - FR Canadian June
# - pt-br-karina - Brazilian Portuguese Karina
2022-02-21 22:57:38 +01:00
# - ru-RU-elena - RU Russian Elena
# - ru-RU-kirill - RU Russian Kirill
# - ru-RU-vika - RU Russian Viktoriya
2020-12-24 02:39:02 +01:00
# - sv-se-jakob - Swedish (Sweden) Jakob
# - zh-cn-sinmei - Chinese/China Sinmei
# - zh-hk-sinmei - Chinese/Hong Kong Sinmei
SOUNDS_LANGUAGE = en-us-callie
2020-07-13 16:34:09 +02:00
# set to false to disable listenOnlyMode
LISTEN_ONLY_MODE = true
# set to true to disable echo test
2020-07-18 19:13:29 +02:00
DISABLE_ECHO_TEST = false
2020-07-13 16:34:09 +02:00
# set to true to automatically share webcam
AUTO_SHARE_WEBCAM = false
# set to true to disable video preview for webcam sharing
2020-07-18 19:13:29 +02:00
DISABLE_VIDEO_PREVIEW = false
2020-07-13 16:34:09 +02:00
# set to false to disable chat
CHAT_ENABLED = true
# set to true to start chat closed
CHAT_START_CLOSED = false
2020-07-18 19:12:19 +02:00
# set to true to disable announcements "You are now (un-)muted"
DISABLE_SOUND_MUTED = false
2021-10-17 00:01:07 +02:00
# set to true to disable announcement "You are the only person in this conference"
2020-07-18 19:12:19 +02:00
DISABLE_SOUND_ALONE = false
2020-04-12 16:01:57 +02:00
2020-10-21 00:04:47 +02:00
# maximum count of breakout rooms per meeting
# Warning: increasing the limit of breakout rooms per meeting
# can generate excessive overhead to the server. We recommend
# this value to be kept under 12.
BREAKOUTROOM_LIMIT = 8
2021-10-06 13:43:53 +02:00
# set to false to disable the learning dashboard
ENABLE_LEARNING_DASHBOARD = true
2021-02-24 21:50:27 +01:00
# ====================================
# Tuning
# ====================================
2021-06-22 00:16:00 +02:00
# Default = 2; Min = 1; Max = 4
2021-02-24 21:50:27 +01:00
# On powerful systems with high number of meetings you can set values up to 4 to accelerate handling of events
2021-06-22 00:16:00 +02:00
NUMBER_OF_BACKEND_NODEJS_PROCESSES = 2
2021-02-24 21:50:27 +01:00
2021-06-22 00:16:00 +02:00
# Default = 2; Min = 1; Max = 8
2021-02-24 21:50:27 +01:00
# Set a number between 1 and 4 times the value of NUMBER_OF_BACKEND_NODEJS_PROCESSES where higher number helps with meetings
# stretching the recommended number of users in BigBlueButton
2021-06-22 00:16:00 +02:00
NUMBER_OF_FRONTEND_NODEJS_PROCESSES = 2
2021-02-24 21:50:27 +01:00
2020-06-06 14:39:54 +02:00
# ====================================
# GREENLIGHT CONFIGURATION
# ====================================
2020-04-12 16:01:57 +02:00
2023-03-21 12:58:28 +01:00
### SMTP CONFIGURATION
# Emails are required for the basic features of Greenlight to function.
# Please refer to your SMTP provider to get the values for the variables below
#SMTP_SENDER_EMAIL=
#SMTP_SENDER_NAME=
#SMTP_SERVER=
#SMTP_PORT=
#SMTP_DOMAIN=
#SMTP_USERNAME=
#SMTP_PASSWORD=
#SMTP_AUTH=
#SMTP_STARTTLS_AUTO=true
#SMTP_STARTTLS=false
#SMTP_TLS=false
#SMTP_SSL_VERIFY=true
### EXTERNAL AUTHENTICATION METHODS
#
#OPENID_CONNECT_CLIENT_ID=
#OPENID_CONNECT_CLIENT_SECRET=
#OPENID_CONNECT_ISSUER=
#OPENID_CONNECT_REDIRECT=
# To enable hCaptcha on the user sign up and sign in, define these 2 keys
#HCAPTCHA_SITE_KEY=
#HCAPTCHA_SECRET_KEY=
# Set these if you are using a Simple Storage Service (S3)
# Uncomment S3_ENDPOINT only if you are using a S3 OTHER than Amazon Web Service (AWS) S3.
#S3_ACCESS_KEY_ID=
#S3_SECRET_ACCESS_KEY=
#S3_REGION=
#S3_BUCKET=
#S3_ENDPOINT=
# Define the default locale language code (i.e. 'en' for English) from the fallowing list:
# [en, ar, fr, es]
#DEFAULT_LOCALE=en
2020-04-12 16:01:57 +02:00