Skip to content

Commit

Permalink
chore: adding feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakwana93 committed Oct 23, 2024
1 parent 3b496a0 commit 7e99edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions enterprise_catalog/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@
# SHOULD_FETCH_RESTRICTED_COURSE_RUNS) during algolia indexing.
SHOULD_INDEX_COURSES_WITH_RESTRICTED_RUNS = False

# Whether to enable v2 of the APIs that surface restricted course (+ runs) content
ENABLE_V2_API = False

# Set up system-to-feature roles mapping for edx-rbac
SYSTEM_TO_FEATURE_ROLE_MAPPING = {
# The enterprise catalog admin role is for users who need to perform state altering requests on catalogs
Expand Down

0 comments on commit 7e99edf

Please sign in to comment.