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
27512714
Commit
27512714
authored
Jun 17, 2016
by
Clinton Blackburn
Committed by
GitHub
Jun 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Course Catalog API URL to edxapp configuration (#3130)
ECOM-4729
parent
7fe4283c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+2
-0
util/jenkins/ansible-provision.sh
+1
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
27512714
...
...
@@ -508,6 +508,7 @@ EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT: "http://localhost:8002"
EDXAPP_ECOMMERCE_API_URL
:
"
http://localhost:8002/api/v2"
# TODO (CCB) Remove this after all references in edx/edx-platform have been removed.
EDXAPP_ECOMMERCE_API_SIGNING_KEY
:
"
{{
EDXAPP_JWT_SECRET_KEY
}}"
EDXAPP_COURSE_CATALOG_API_URL
:
"
http://localhost:8008/api/v1"
# Mailchimp Settings
EDXAPP_MAILCHIMP_NEW_USER_LIST_ID
:
null
...
...
@@ -757,6 +758,7 @@ generic_cache_config: &default_generic_cache
generic_env_config
:
&edxapp_generic_env
ECOMMERCE_PUBLIC_URL_ROOT
:
"
{{
EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT
}}"
ECOMMERCE_API_URL
:
"
{{
EDXAPP_ECOMMERCE_API_URL
}}"
COURSE_CATALOG_API_URL
:
"
{{
EDXAPP_COURSE_CATALOG_API_URL
}}"
FINANCIAL_REPORTS
:
"
{{
EDXAPP_FINANCIAL_REPORTS
}}"
ONLOAD_BEACON_SAMPLE_RATE
:
"
{{
EDXAPP_ONLOAD_BEACON_SAMPLE_RATE
}}"
CORS_ORIGIN_WHITELIST
:
"
{{
EDXAPP_CORS_ORIGIN_WHITELIST
}}"
...
...
util/jenkins/ansible-provision.sh
View file @
27512714
...
...
@@ -272,6 +272,7 @@ FORUM_NEW_RELIC_APP_NAME: sandbox-${dns_name}-forums
SANDBOX_USERNAME:
$github_username
EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT: "https://ecommerce-
${
deploy_host
}
"
EDXAPP_ECOMMERCE_API_URL: "https://ecommerce-
${
deploy_host
}
/api/v2"
EDXAPP_COURSE_CATALOG_API_URL: "https://catalog-
${
deploy_host
}
/api/v1"
ECOMMERCE_ECOMMERCE_URL_ROOT: "https://ecommerce-
${
deploy_host
}
"
ECOMMERCE_LMS_URL_ROOT: "https://
${
deploy_host
}
"
...
...
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