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
2020-06-07 13:58:56 +02:00
# coturn (a TURN Server)
# requires HTTPS Proxy to be enabled
ENABLE_COTURN = true
2020-06-06 14:39:54 +02:00
# Greenlight Frontend
# https://docs.bigbluebutton.org/greenlight/gl-overview.html
ENABLE_GREENLIGHT = true
# ====================================
# SECRETS
# ====================================
# important! change these to any random values
2020-04-11 12:01:48 +02:00
SHARED_SECRET = w6y7nycPafjPhVz3gZdBpQhR4H4MvEQzcZzia5LT
2020-06-06 14:39:54 +02:00
ETHERPAD_API_KEY = NEQKi2eFXSBce4kyGjwAzMn2jeF66peNYQmyFVRr
2020-04-12 16:01:57 +02:00
RAILS_SECRET = cdfbae48b197805a435ab7881da31c642ac1a7d4d5c006441efa8125ae63865ce7c915c651117e0f14358cd98f5287c431929e0f796f4100b2b1c3eb5baad1b0
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
EXTERNAL_IP = 144.76.97.10
2020-05-31 00:14:14 +02:00
# setting the network interface speeds up kurentos WebRTC connection time
#NETWORK_INTERFACE=ens3
# 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
WELCOME_FOOTER = This server is running <a href = "http://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
#WELCOME_FOOTER=This server is running <a href="http://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-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-06-06 14:39:54 +02:00
# ====================================
# GREENLIGHT CONFIGURATION
# ====================================
2020-04-12 16:01:57 +02:00
# Microsoft Office365 Login Provider (optional)
#
# For in-depth steps on setting up a Office 365 Login Provider, see:
#
# https://docs.bigbluebutton.org/greenlight/gl-config.html#office365-oauth2
#
OFFICE365_KEY =
OFFICE365_SECRET =
OFFICE365_HD =
# OAUTH2_REDIRECT allows you to specify the redirect_url passed to oauth on sign in.
# It is useful for cases when Greenlight is deployed behind a Network Load Balancer or proxy
OAUTH2_REDIRECT =
# LDAP Login Provider (optional)
#
# You can enable LDAP authentication by providing values for the variables below.
# Configuring LDAP authentication will take precedence over all other providers.
# For information about setting up LDAP, see:
#
# https://docs.bigbluebutton.org/greenlight/gl-config.html#ldap-auth
#
# LDAP_SERVER=ldap.example.com
# LDAP_PORT=389
# LDAP_METHOD=plain
# LDAP_UID=uid
# LDAP_BASE=dc=example,dc=com
2020-06-06 14:39:54 +02:00
# LDAP_AUTH=simple
2020-04-12 16:01:57 +02:00
# LDAP_BIND_DN=cn=admin,dc=example,dc=com
# LDAP_PASSWORD=password
# LDAP_ROLE_FIELD=ou
2020-06-06 14:39:54 +02:00
# LDAP_FILTER=(&(attr1=value1)(attr2=value2))
2020-04-12 16:01:57 +02:00
LDAP_SERVER =
LDAP_PORT =
LDAP_METHOD =
LDAP_UID =
LDAP_BASE =
LDAP_BIND_DN =
2020-06-06 14:39:54 +02:00
LDAP_AUTH =
2020-04-12 16:01:57 +02:00
LDAP_PASSWORD =
LDAP_ROLE_FIELD =
2020-06-06 14:39:54 +02:00
LDAP_FILTER =
2020-04-12 16:01:57 +02:00
# Set this to true if you want GreenLight to support user signup and login without
# Omniauth. For more information, see:
#
# https://docs.bigbluebutton.org/greenlight/gl-overview.html#accounts-and-profile
#
ALLOW_GREENLIGHT_ACCOUNTS = true
# Set this to true if you want GreenLight to send verification emails upon
# the creation of a new account
#
# ALLOW_MAIL_NOTIFICATIONS=true
#
# The notifications are sent using sendmail, unless the SMTP_SERVER variable is set.
# In that case, make sure the rest of the variables are properly set.
#
# SMTP_SERVER=smtp.gmail.com
# SMTP_PORT=587
# SMTP_DOMAIN=gmail.com
# SMTP_USERNAME=<youremail@gmail.com>
# SMTP_PASSWORD=<yourpassword>
# SMTP_AUTH=plain
# SMTP_STARTTLS_AUTO=true
#
2020-06-06 14:39:54 +02:00
# If your mail server has a self-signed certificate, you'll also need to include the line below.
# Please note that enable this presents its own security risks and should not be done unless necessary.
# SMTP_OPENSSL_VERIFY_MODE=none
#
2020-04-12 16:01:57 +02:00
SMTP_SERVER =
SMTP_PORT =
SMTP_DOMAIN =
SMTP_USERNAME =
SMTP_PASSWORD =
SMTP_AUTH =
SMTP_STARTTLS_AUTO =
# Specify the email address that all mail is sent from
SMTP_SENDER =
# Prefix for the applications root URL.
# Useful for deploying the application to a subdirectory, which is highly recommended
# if deploying on a BigBlueButton server. Keep in mind that if you change this, you'll
# have to update your authentication callback URL's to reflect this change.
#
# The recommended prefix is "/b".
#
RELATIVE_URL_ROOT = /b
# Specify which settings you would like the users to configure on room creation
# or edit after the room has been created
# By default, all settings are turned OFF.
#
# Current settings available:
# mute-on-join: Automatically mute users by default when they join a room
# require-moderator-approval: Require moderators to approve new users before they can join the room
# anyone-can-start: Allows anyone with the join url to start the room in BigBlueButton
# all-join-moderator: All users join as moderators in BigBlueButton
ROOM_FEATURES = mute-on-join,require-moderator-approval,anyone-can-start,all-join-moderator
# Specify the maximum number of records to be sent to the BigBlueButton API in one call
# Default is set to 25 records
PAGINATION_NUMBER = 25
# Specify the maximum number of rows that should be displayed per page for a paginated table
# Default is set to 25 rows
NUMBER_OF_ROWS = 25
2020-06-06 14:39:54 +02:00
# Specify if you want to display the Google Calendar button
# ENABLE_GOOGLE_CALENDAR_BUTTON=true|false
ENABLE_GOOGLE_CALENDAR_BUTTON =
2020-04-12 16:01:57 +02:00
# Set the application into Maintenance Mode
#
# Current options supported:
# true: Renders an error page that does not allow users to access any of the features in the application
# false: Application runs normally
MAINTENANCE_MODE = false
# Displays a flash that appears to inform the user of a scheduled maintenance window
# This variable should contain ONLY the date and time of the scheduled maintenance
#
# Ex: MAINTENANCE_WINDOW=Friday August 18 6pm-10pm EST
MAINTENANCE_WINDOW =
# The link to the Report an Issue button that appears on the 500 page and in the Account Dropdown
#
# Defaults to the Github Issues Page for Greenlight
# Button can be disabled by setting the value to blank
2020-06-06 14:39:54 +02:00
#
# REPORT_ISSUE_URL=https://github.com/bigbluebutton/greenlight/issues/new
# The link to the Need help? button that appears on the Account Dropdown
#
# Defaults to the Greenlight documentation
# Button can be disabled by setting the value to blank
HELP_URL = https://docs.bigbluebutton.org/greenlight/gl-overview.html
2020-04-12 16:01:57 +02:00
# Comment this out to send logs to STDOUT in production instead of log/production.log .
#
# RAILS_LOG_TO_STDOUT=true
#
# When using docker-compose the logs can be sent to an centralized repository like PaperTrail
# just by using the built in driver. Make sure to add to docker-compose.yml the next lines:
#
# logging:
# driver: $LOG_DRIVER
# options:
# syslog-address: $LOG_ADDRESS
# tag: $LOG_TAG
#
# And set this variables up:
#
# LOG_DRIVER=syslog
# LOG_ADDRESS=udp://logs4.papertrailapp.com:[99999]
# LOG_TAG=greenlight.example.com:v2
#
# Check docker-compose and papertrail documentation for encrypting and
# protecting access to the log repository.
# https://docs.docker.com/config/containers/logging/syslog/#options
# https://help.papertrailapp.com/kb/configuration/encrypting-remote-syslog-with-tls-ssl/
#
# For sending logs to a remote aggregator enable these variables:
#
# RAILS_LOG_REMOTE_NAME=logxx.papertrailapp.com
# RAILS_LOG_REMOTE_PORT=9999
# RAILS_LOG_REMOTE_TAG=greenlight
#
# Specify the default registration to be used by Greenlight until an administrator sets the
# registration method
# Allowed values are:
# open - For open registration
# invite - For invite only registration
# approval - For approve/decline registration
2020-05-31 00:14:14 +02:00
DEFAULT_REGISTRATION = open