mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 00:36:30 +00:00
fix: disable forum feature by default
This commit is contained in:
parent
0c1d4ebf51
commit
c117a300aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user