feat: added option to override default preferences (#37807)
This commit is contained in:
@@ -2225,6 +2225,11 @@ NOTIFICATION_CREATION_BATCH_SIZE = 76
|
||||
NOTIFICATIONS_DEFAULT_FROM_EMAIL = "no-reply@example.com"
|
||||
NOTIFICATION_DIGEST_LOGO = DEFAULT_EMAIL_LOGO_URL
|
||||
|
||||
# These settings are used to override the default notification preferences values for apps and types.
|
||||
# Here is complete documentation about how to use them: openedx/core/djangoapps/notifications/docs/settings.md
|
||||
NOTIFICATION_APPS_OVERRIDE = {}
|
||||
NOTIFICATION_TYPES_OVERRIDE = {}
|
||||
|
||||
############################# AI Translations ##############################
|
||||
|
||||
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'
|
||||
|
||||
Reference in New Issue
Block a user