Skip to content

Commit

Permalink
Merge pull request #33635 from openedx/ammar/add-vsf-enterprise-uuid-…
Browse files Browse the repository at this point in the history
…setting

feat: add enterprise customer related setting
  • Loading branch information
muhammad-ammar authored Nov 1, 2023
2 parents 44b62ca + 55442ec commit 0301bda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5306,6 +5306,10 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring

############## PLOTLY ##############

############ Internal Enterprise Settings ############
ENTERPRISE_VSF_UUID = "e815503343644ac7845bc82325c34460"
############ Internal Enterprise Settings ############

ENTERPRISE_MANUAL_REPORTING_CUSTOMER_UUIDS = []

AVAILABLE_DISCUSSION_TOURS = []
Expand Down

0 comments on commit 0301bda

Please sign in to comment.