Revert "Merge pull request #11241 from edx/feature/credentials-phase-1"

This reverts commit 46df454536, reversing
changes made to 039e6cdfe6.
This commit is contained in:
Adam Palay
2016-01-25 12:46:57 -05:00
parent 6b937a8db3
commit bb2d75d80e
34 changed files with 82 additions and 1056 deletions

View File

@@ -224,13 +224,6 @@ CORS_ALLOW_CREDENTIALS = True
CORS_ORIGIN_WHITELIST = ()
CORS_ORIGIN_ALLOW_ALL = True
# JWT settings for devstack
JWT_AUTH.update({
'JWT_ALGORITHM': 'HS256',
'JWT_SECRET_KEY': 'lms-secret',
'JWT_ISSUER': 'http://127.0.0.1:8000/oauth2',
'JWT_AUDIENCE': 'lms-key',
})
#####################################################################
# See if the developer has any local overrides.