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
edx
configuration
Commits
f6733d61
Commit
f6733d61
authored
Nov 19, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding defaults for grade downloads
parent
69cf2432
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
playbooks/roles/edxapp/defaults/main.yml
+10
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
f6733d61
...
@@ -68,6 +68,7 @@ EDXAPP_MITX_FEATURES:
...
@@ -68,6 +68,7 @@ EDXAPP_MITX_FEATURES:
SUBDOMAIN_BRANDING
:
false
SUBDOMAIN_BRANDING
:
false
SUBDOMAIN_COURSE_LISTINGS
:
false
SUBDOMAIN_COURSE_LISTINGS
:
false
PREVIEW_LMS_BASE
:
$EDXAPP_PREVIEW_LMS_BASE
PREVIEW_LMS_BASE
:
$EDXAPP_PREVIEW_LMS_BASE
ENABLE_S3_GRADE_DOWNLOADS
:
true
EDXAPP_BOOK_URL
:
'
'
EDXAPP_BOOK_URL
:
'
'
# This needs to be set to localhost
# This needs to be set to localhost
...
@@ -110,6 +111,11 @@ EDXAPP_MKTG_URL_LINK_MAP: {}
...
@@ -110,6 +111,11 @@ EDXAPP_MKTG_URL_LINK_MAP: {}
# Example: xxxxx.cloudfront.net/static/
# Example: xxxxx.cloudfront.net/static/
EDXAPP_STATIC_URL_BASE
:
"
/static/"
EDXAPP_STATIC_URL_BASE
:
"
/static/"
# Settings for Grade downloads
EDXAPP_GRADE_STORAGE_TYPE
:
'
localfs'
EDXAPP_GRADE_BUCKET
:
'
edx-grades'
EDXAPP_GRADE_ROOT_PATH
:
'
/tmp/edx-s3/grades'
#-------- Everything below this line is internal to the role ------------
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
@@ -262,6 +268,10 @@ edxapp_generic_auth_config: &edxapp_generic_auth
...
@@ -262,6 +268,10 @@ edxapp_generic_auth_config: &edxapp_generic_auth
CELERY_BROKER_PASSWORD
:
$EDXAPP_CELERY_PASSWORD
CELERY_BROKER_PASSWORD
:
$EDXAPP_CELERY_PASSWORD
generic_env_config
:
&edxapp_generic_env
generic_env_config
:
&edxapp_generic_env
GRADES_DOWNLOAD
:
STORAGE_TYPE
:
$EDXAPP_GRADE_STORAGE_TYPE
BUCKET
:
$EDXAPP_GRADE_BUCKET
ROOT_PATH
:
$EDXAPP_GRADE_ROOT_PATH
STATIC_URL_BASE
:
$EDXAPP_STATIC_URL_BASE
STATIC_URL_BASE
:
$EDXAPP_STATIC_URL_BASE
STATIC_ROOT_BASE
:
$edxapp_staticfile_dir
STATIC_ROOT_BASE
:
$edxapp_staticfile_dir
LMS_BASE
:
$EDXAPP_LMS_BASE
LMS_BASE
:
$EDXAPP_LMS_BASE
...
...
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