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
b94cf477
Commit
b94cf477
authored
Sep 12, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1533 from edx/jarv/xblock-storage
adding config for xblock storage
parents
eee0a720
7c491c43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
playbooks/roles/edxapp/defaults/main.yml
+9
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
b94cf477
...
...
@@ -15,7 +15,9 @@
# Variables set to "None" will be converted to None
# when the edxapp config is written to disk.
# Bucket used for xblock file storage
EDXAPP_XBLOCK_FS_STORAGE_BUCKET
:
'
xblock-storage-bucket'
EDXAPP_XBLOCK_FS_STORAGE_PREFIX
:
'
xblock-storage-bucket-dir/'
EDXAPP_LMS_BASE
:
"
"
EDXAPP_PREVIEW_LMS_BASE
:
"
"
EDXAPP_CMS_BASE
:
"
"
...
...
@@ -508,6 +510,12 @@ edxapp_generic_auth_config: &edxapp_generic_auth
AWS_STORAGE_BUCKET_NAME
:
"
{{
EDXAPP_AWS_STORAGE_BUCKET_NAME
}}"
generic_env_config
:
&edxapp_generic_env
# TODO REMOVE the dashes version
# when https://github.com/edx/edx-platform/pull/5194/files is merged and released
XBLOCK-FS-STORAGE-BUCKET
:
$EDXAPP_XBLOCK_FS_STORAGE_BUCKET
XBLOCK-FS-STORAGE-PREFIX
:
$EDXAPP_XBLOCK_FS_STORAGE_PREFIX
XBLOCK_FS_STORAGE_BUCKET
:
$EDXAPP_XBLOCK_FS_STORAGE_BUCKET
XBLOCK_FS_STORAGE_PREFIX
:
$EDXAPP_XBLOCK_FS_STORAGE_PREFIX
ANALYTICS_DATA_URL
:
$EDXAPP_ANALYTICS_DATA_URL
CELERY_BROKER_VHOST
:
$EDXAPP_CELERY_BROKER_VHOST
PAYMENT_SUPPORT_EMAIL
:
$EDXAPP_PAYMENT_SUPPORT_EMAIL
...
...
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