Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
OpenEdx
configuration
Commits
f53a714f
Commit
f53a714f
authored
Mar 28, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #944 from edx/jarv/performance-test-sandbox
adding ENABLE_AUTO_AUTH
parents
61ff4d46
d7083830
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+4
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
f53a714f
...
...
@@ -67,6 +67,9 @@ EDXAPP_CAS_SERVER_URL: ''
EDXAPP_CAS_EXTRA_LOGIN_PARAMS
:
'
'
EDXAPP_CAS_ATTRIBUTE_CALLBACK
:
'
'
EDXAPP_CAS_ATTRIBUTE_PACKAGE
:
'
'
# Enable an end-point that creates a user and logs them in
# Used for performance testing
EDXAPP_ENABLE_AUTO_AUTH
:
false
EDXAPP_FEATURES
:
AUTH_USE_OPENID_PROVIDER
:
true
...
...
@@ -78,6 +81,7 @@ EDXAPP_FEATURES:
PREVIEW_LMS_BASE
:
$EDXAPP_PREVIEW_LMS_BASE
ENABLE_S3_GRADE_DOWNLOADS
:
true
USE_CUSTOM_THEME
:
$edxapp_use_custom_theme
AUTOMATIC_AUTH_FOR_TESTING
:
$EDXAPP_ENABLE_AUTO_AUTH
EDXAPP_BOOK_URL
:
'
'
# This needs to be set to localhost
...
...
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