Commit 5c9704b7 by tasawernawaz

ECOM-2979

Added new setting variable "EXPIRING_SOON_WINDOW: 28"
parent 5d279339
......@@ -186,3 +186,6 @@
- Role: edxapp
- Added COMPREHENSIVE_THEME_LOCALE_PATHS to support internationalization of strings originating from custom themes.
- Role: edxapp
- Added `EXPIRING_SOON_WINDOW` to show message to learners if their verification is expiring soon.
......@@ -406,6 +406,7 @@ EDXAPP_EDX_API_KEY: "PUT_YOUR_API_KEY_HERE"
# This is the default set in common.py
EDXAPP_VERIFY_STUDENT:
DAYS_GOOD_FOR: 365
EXPIRING_SOON_WINDOW: 28
EDXAPP_GOOGLE_ANALYTICS_LINKEDIN: ""
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS: {}
EDXAPP_BULK_EMAIL_EMAILS_PER_TASK: 500
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment