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
93d0f8ee
Commit
93d0f8ee
authored
9 years ago
by
Jim Abramson
Committed by
jsa
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add configuration for segment.io key
parent
ae229ce7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playbooks/roles/ecommerce/defaults/main.yml
+2
-0
No files found.
playbooks/roles/ecommerce/defaults/main.yml
View file @
93d0f8ee
...
...
@@ -49,6 +49,7 @@ ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_SECRET : 'some-secret'
ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
:
'
some-secret'
ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_URL_ROOT
:
'
some-secret'
ECOMMERCE_SOCIAL_AUTH_REDIRECT_IS_HTTPS
:
false
ECOMMERCE_SEGMENT_KEY
:
!!null
# CyberSource related
ECOMMERCE_CYBERSOURCE_PROFILE_ID
:
'
SET-ME-PLEASE'
...
...
@@ -99,6 +100,7 @@ ECOMMERCE_SERVICE_CONFIG:
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
:
'
{{
ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
}}'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT
:
'
{{
ECOMMERCE_LMS_URL_ROOT
}}/oauth2'
SOCIAL_AUTH_REDIRECT_IS_HTTPS
:
'
{{
ECOMMERCE_SOCIAL_AUTH_REDIRECT_IS_HTTPS
}}'
SEGMENT_KEY
:
'
{{
ECOMMERCE_SEGMENT_KEY
}}'
STATIC_ROOT
:
"
{{
COMMON_DATA_DIR
}}/{{
ecommerce_service_name
}}/staticfiles"
# db config
...
...
This diff is collapsed.
Click to expand it.
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