feat: added buffer to immediate email notification (#37741)

This commit is contained in:
Ahtisham Shahid
2026-01-02 17:48:01 +05:00
committed by GitHub
parent b2376c5f7c
commit 85fc7207be
9 changed files with 1294 additions and 94 deletions

View File

@@ -292,6 +292,9 @@ CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150'
########################## ORA MFE APP ##############################
ORA_MICROFRONTEND_URL = 'http://localhost:1992'
########################## LEARNER HOME APP ##############################
LEARNER_HOME_MICROFRONTEND_URL = 'http://localhost:1996'
############################ AI_TRANSLATIONS ##################################
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'