Merge pull request #5371 from jsangmeister/jitsi-settings
Added jitsi settings to template and readme
This commit is contained in:
commit
4b95398ac1
11
SETTINGS.rst
11
SETTINGS.rst
@ -66,6 +66,17 @@ To enable it, set::
|
|||||||
ENABLE_ELECTRONIC_VOTING = True
|
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
|
Logging
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -133,6 +133,12 @@ if ENABLE_SAML:
|
|||||||
ENABLE_ELECTRONIC_VOTING = False
|
ENABLE_ELECTRONIC_VOTING = False
|
||||||
|
|
||||||
|
|
||||||
|
# Jitsi integration
|
||||||
|
# JITSI_DOMAIN = None
|
||||||
|
# JITSI_ROOM_NAME = None
|
||||||
|
# JITSI_PASSWORD = None
|
||||||
|
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/1.10/topics/i18n/
|
# https://docs.djangoproject.com/en/1.10/topics/i18n/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user