7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 08:30:48 +00:00

fix: disable forum feature by default

This commit is contained in:
Régis Behmo 2021-11-15 06:38:04 +01:00
parent 1a5c6da972
commit ddbfdb919e

View File

@ -152,6 +152,9 @@ JWT_AUTH["JWT_ISSUERS"] = [
}
]
# Enable/Disable some features globally
FEATURES["ENABLE_DISCUSSION_SERVICE"] = False
# Disable codejail support
# explicitely configuring python is necessary to prevent unsafe calls
import codejail.jail_code