Commit f146dd0e by Matt Drayer Committed by GitHub

Merge pull request #3293 from edx/mattdrayer/DEVOPS-4567

mattdrayer/DEVOPS-4567: Add Discovery DEFAULT_PARTNER_ID
parents 7a1d06be 49164611
......@@ -74,6 +74,7 @@ DISCOVERY_JWT_AUTH:
DISCOVERY_SECRET_KEY: 'Your secret key here'
DISCOVERY_TIME_ZONE: 'UTC'
DISCOVERY_LANGUAGE_CODE: 'en-us'
DISCOVERY_DEFAULT_PARTNER_ID: 1
# Used to automatically configure OAuth2 Client
DISCOVERY_SOCIAL_AUTH_EDX_OIDC_KEY : 'discovery-key'
......@@ -125,6 +126,7 @@ DISCOVERY_SERVICE_CONFIG:
JWT_AUTH: '{{ DISCOVERY_JWT_AUTH }}'
DEFAULT_PARTNER_ID: '{{ DISCOVERY_DEFAULT_PARTNER_ID }}'
DISCOVERY_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment