6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00

fix: disable forum feature by default

This commit is contained in:
Régis Behmo 2021-11-15 06:38:04 +01:00 committed by Régis Behmo
parent 0c1d4ebf51
commit c117a300aa

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