Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
45d7444e
Commit
45d7444e
authored
Jul 30, 2013
by
e0d
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #530 from edx/e0d/fix_feature_flag
E0d/fix feature flag
parents
21f1e58c
b9d762a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
lms/envs/aws.py
+0
-3
lms/envs/common.py
+1
-1
No files found.
lms/envs/aws.py
View file @
45d7444e
...
...
@@ -182,9 +182,6 @@ COURSES_WITH_UNSAFE_CODE = ENV_TOKENS.get("COURSES_WITH_UNSAFE_CODE", [])
MITX_FEATURES
[
'AUTOMATIC_AUTH_FOR_LOAD_TESTING'
]
=
ENV_TOKENS
.
get
(
'AUTOMATIC_AUTH_FOR_LOAD_TESTING'
)
MITX_FEATURES
[
'MAX_AUTO_AUTH_USERS'
]
=
ENV_TOKENS
.
get
(
'MAX_AUTO_AUTH_USERS'
)
# discussion home panel must be explicitly enabled
MITX_FEATURES
[
'ENABLE_DISCUSSION_HOME_PANEL'
]
=
ENV_TOKENS
.
get
(
'ENABLE_DISCUSSION_HOME_PANEL'
,
False
)
############################## SECURE AUTH ITEMS ###############
# Secret things: passwords, access keys, etc.
...
...
lms/envs/common.py
View file @
45d7444e
...
...
@@ -73,7 +73,7 @@ MITX_FEATURES = {
'ENABLE_DISCUSSION_SERVICE'
:
True
,
# discussion home panel, which includes a subscription on/off setting for discussion digest emails.
# this should remain off in production until digest notifications are online.
'ENABLE_DISCUSSION_HOME_PANEL'
:
Tru
e
,
'ENABLE_DISCUSSION_HOME_PANEL'
:
Fals
e
,
'ENABLE_PSYCHOMETRICS'
:
False
,
# real-time psychometrics (eg item response theory analysis in instructor dashboard)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment