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
791abb63
Commit
791abb63
authored
Mar 28, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #951 from edx/jarv/edxapp-cc
adding defaults for CC_PROCESSOR
parents
691e2003
cbd7d3a7
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 @
791abb63
...
...
@@ -129,6 +129,15 @@ EDXAPP_STATIC_URL_BASE: "/static/"
EDXAPP_GRADE_STORAGE_TYPE
:
'
localfs'
EDXAPP_GRADE_BUCKET
:
'
edx-grades'
EDXAPP_GRADE_ROOT_PATH
:
'
/tmp/edx-s3/grades'
# Credit card processor
# These are the same defaults set in common.py
EDXAPP_CC_PROCESSOR
:
CyberSource
:
SHARED_SECRET
:
'
'
MERCHANT_ID
:
'
'
SERIAL_NUMBER
:
'
'
ORDERPAGE_VERSION
:
'
7'
PURCHASE_ENDPOINT
:
'
'
# Configure rake tasks in edx-platform to skip Python/Ruby/Node installation
EDXAPP_NO_PREREQ_INSTALL
:
1
...
...
@@ -402,6 +411,7 @@ generic_env_config: &edxapp_generic_env
lms_auth_config
:
<<
:
*edxapp_generic_auth
CC_PROCESSOR
:
$EDXAPP_CC_PROCESSOR
MODULESTORE
:
default
:
ENGINE
:
'
xmodule.modulestore.mixed.MixedModuleStore'
...
...
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