Commit 83c3735d by Clinton Blackburn

Merge pull request #3064 from edx/clintonb/ecom-fix

Updated ECOMMERCE_JWT_SECRET_KEYS
parents 196afa42 42f69eef
......@@ -55,7 +55,7 @@ ECOMMERCE_JWT_ISSUERS:
# we change keys. This will ensure we continue to operate with JWTs issued signed with the old key
# while migrating to the new key.
ECOMMERCE_JWT_SECRET_KEYS:
- ECOMMERCE_JWT_SECRET_KEY
- '{{ ECOMMERCE_JWT_SECRET_KEY }}'
# Used to automatically configure OAuth2 Client
ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_KEY : 'ecommerce-key'
......
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