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
a1e3513c
Commit
a1e3513c
authored
Jul 08, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new settings needed by ora for student submissions.
parent
e6e6771a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
playbooks/roles/edxapp/defaults/main.yml
+5
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
a1e3513c
...
@@ -234,6 +234,9 @@ EDXAPP_NEWRELIC_LMS_APPNAME: "{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxap
...
@@ -234,6 +234,9 @@ EDXAPP_NEWRELIC_LMS_APPNAME: "{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxap
EDXAPP_NEWRELIC_CMS_APPNAME
:
"
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxapp-cms"
EDXAPP_NEWRELIC_CMS_APPNAME
:
"
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxapp-cms"
EDXAPP_ORA2_FILE_PREFIX
:
'
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}/ora2'
EDXAPP_ORA2_FILE_PREFIX
:
'
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}/ora2'
EDXAPP_FILE_UPLOAD_STORAGE_BUCKET_NAME
:
'
edxuploads'
EDXAPP_FILE_UPLOAD_STORAGE_PREFIX
:
'
submissions_attachments'
EDXAPP_CODE_JAIL_LIMITS
:
EDXAPP_CODE_JAIL_LIMITS
:
# Limit the memory of the jailed process to something high but not
# Limit the memory of the jailed process to something high but not
# infinite (128MiB in bytes)
# infinite (128MiB in bytes)
...
@@ -495,6 +498,8 @@ generic_env_config: &edxapp_generic_env
...
@@ -495,6 +498,8 @@ generic_env_config: &edxapp_generic_env
PLATFORM_TWITTER_ACCOUNT
:
$EDXAPP_PLATFORM_TWITTER_ACCOUNT
PLATFORM_TWITTER_ACCOUNT
:
$EDXAPP_PLATFORM_TWITTER_ACCOUNT
PLATFORM_FACEBOOK_ACCOUNT
:
$EDXAPP_PLATFORM_FACEBOOK_ACCOUNT
PLATFORM_FACEBOOK_ACCOUNT
:
$EDXAPP_PLATFORM_FACEBOOK_ACCOUNT
ORA2_FILE_PREFIX
:
$EDXAPP_ORA2_FILE_PREFIX
ORA2_FILE_PREFIX
:
$EDXAPP_ORA2_FILE_PREFIX
FILE_UPLOAD_STORAGE_BUCKET_NAME
:
$EDXAPP_FILE_UPLOAD_STORAGE_BUCKET_NAME
FILE_UPLOAD_STORAGE_PREFIX
:
$EDXAPP_FILE_UPLOAD_STORAGE_PREFIX
lms_auth_config
:
lms_auth_config
:
...
...
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