feat: added option to override default preferences (#37807)

This commit is contained in:
Ahtisham Shahid
2025-12-24 13:19:11 +05:00
committed by GitHub
parent c5333b3550
commit 432926d2dc
5 changed files with 298 additions and 2 deletions

View File

@@ -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'