forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ENTERPRISE_ALGOLIA_SEARCH_API_KEY setting
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4591,6 +4591,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring | |
ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER = {} | ||
ENTERPRISE_CUSTOMER_SUCCESS_EMAIL = "[email protected]" | ||
ENTERPRISE_INTEGRATIONS_EMAIL = "[email protected]" | ||
ENTERPRISE_ALGOLIA_SEARCH_API_KEY = "" | ||
|
||
|
||
# The setting key maps to the channel code (e.g. 'SAP' for success factors), Channel code is defined as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters