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
fd593b08
Commit
fd593b08
authored
Dec 15, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add video upload defaults.
parent
84f20038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
playbooks/roles/edxapp/defaults/main.yml
+7
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
fd593b08
...
...
@@ -132,6 +132,7 @@ EDXAPP_FEATURES:
ENABLE_MKTG_SITE
:
$EDXAPP_ENABLE_MKTG_SITE
AUTOMATIC_AUTH_FOR_TESTING
:
$EDXAPP_ENABLE_AUTO_AUTH
ENABLE_THIRD_PARTY_AUTH
:
$EDXAPP_ENABLE_THIRD_PARTY_AUTH
ENABLE_VIDEO_UPLOAD_PIPELINE
:
false
EDXAPP_BOOK_URL
:
"
"
# This needs to be set to localhost
...
...
@@ -309,7 +310,6 @@ EDXAPP_ORA2_FILE_PREFIX: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}/ora2'
EDXAPP_FILE_UPLOAD_STORAGE_BUCKET_NAME
:
'
{{
EDXAPP_AWS_STORAGE_BUCKET_NAME
}}'
EDXAPP_FILE_UPLOAD_STORAGE_PREFIX
:
'
submissions_attachments'
EDXAPP_CODE_JAIL_LIMITS
:
# Limit the memory of the jailed process to something high but not
# infinite (512MiB in bytes)
...
...
@@ -373,6 +373,11 @@ EDXAPP_OAUTH_ENFORCE_SECURE: True
EDXAPP_CFG_DIR
:
"
{{
COMMON_CFG_DIR
}}/edxapp"
EDXAPP_DEPRECATED_ADVANCED_COMPONENT_TYPES
:
[]
# Video Pipeline Settings
EDXAPP_VIDEO_UPLOAD_PIPELINE
:
BUCKET
:
'
'
ROOT_PATH
:
'
'
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -562,6 +567,7 @@ generic_cache_config: &default_generic_cache
LOCATION
:
"
{{
EDXAPP_MEMCACHE
}}"
generic_env_config
:
&edxapp_generic_env
VIDEO_UPLOAD_PIPELINE
:
"
{{
EDXAPP_VIDEO_UPLOAD_PIPELINE
}}"
DEPRECATED_ADVANCED_COMPONENT_TYPES
:
"
{{
EDXAPP_DEPRECATED_ADVANCED_COMPONENT_TYPES
}}"
OAUTH_OIDC_ISSUER
:
"
https://{{
EDXAPP_LMS_BASE
}}/oauth2"
XBLOCK_FS_STORAGE_BUCKET
:
"
{{
EDXAPP_XBLOCK_FS_STORAGE_BUCKET
}}"
...
...
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