Unverified Commit b89021a4 by Douglas Hall Committed by GitHub

Merge pull request #4656 from edx/douglashall/fix_jwt_issuers

Make sure edxapp JWT_ISSUERS is updated.
parents c6a348a7 2f265676
......@@ -1176,6 +1176,10 @@ generic_env_config: &edxapp_generic_env
JWT_ISSUER: "{{ EDXAPP_LMS_ISSUER }}"
JWT_AUDIENCE: "{{ EDXAPP_JWT_AUDIENCE }}"
JWT_SECRET_KEY: "{{ EDXAPP_JWT_SECRET_KEY }}"
JWT_ISSUERS:
- ISSUER: "{{ EDXAPP_LMS_ISSUER }}"
AUDIENCE: "{{ EDXAPP_JWT_AUDIENCE }}"
SECRET_KEY: "{{ EDXAPP_JWT_SECRET_KEY }}"
#must end in slash (https://docs.djangoproject.com/en/1.4/ref/settings/#media-url)
MEDIA_URL: "{{ EDXAPP_MEDIA_URL }}/"
......
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