Merge pull request #5371 from jsangmeister/jitsi-settings

Added jitsi settings to template and readme
This commit is contained in:
Emanuel Schütze 2020-05-14 19:59:28 +02:00 committed by GitHub
commit 4b95398ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -66,6 +66,17 @@ To enable it, set::
ENABLE_ELECTRONIC_VOTING = True
Jitsi integration
=================
To enable the audio conference with Jitsi Meet, you have to set the following variables:
- `JITSI_DOMAIN`: must contain an url to a Jitsi server
- `JITSI_ROOM_NAME`: the name of the room that should be used
- `JITSI_PASSWORD`: (optional) the password of the room. Will be
applied automatically from the settings.
Logging
=======

View File

@ -133,6 +133,12 @@ if ENABLE_SAML:
ENABLE_ELECTRONIC_VOTING = False
# Jitsi integration
# JITSI_DOMAIN = None
# JITSI_ROOM_NAME = None
# JITSI_PASSWORD = None
# Internationalization
# https://docs.djangoproject.com/en/1.10/topics/i18n/