settings: update path of the msp application (bis)

This commit is contained in:
Benjamin Dauvergne 2014-03-24 16:03:22 +01:00
parent 57c6509c6e
commit 864dfa705e
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ WCSINST_URL_TEMPLATE = os.environ.get('WCSINST_URL_TEMPLATE',
# MSP
##################################
if 'MSP' in os.environ:
INSTALLED_APPS += ('msp',)
INSTALLED_APPS += ('portail_citoyen.apps.msp',)
AUTHENTICATION_BACKENDS += ('portail_citoyen.apps.msp.backends.MspBackend',)
if os.environ['MSP'] == 'prod':
MSP_AUTHORIZE_URL = 'https://mon.service-public.fr/apis/app/oauth/authorize'