Fix MSP production URL in the README file

This commit is contained in:
Benjamin Dauvergne 2014-12-12 13:26:01 +01:00
parent 358e522200
commit b0376dee3e
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -25,8 +25,8 @@ You must plug the application views in your urls.py file by adding this
content::
MSP_AUTHORIZE_URL = 'https://mon.service-public.fr/apis/app/oauth/authorize'
MSP_TOKEN_URL = 'https://mon.service-public.fr/apis/app/oauth/token'
MSP_API_URL = 'https://mon.service-public.fr/apis/'
MSP_TOKEN_URL = 'https://mon.service-public.fr:2443/apis/app/oauth/token'
MSP_API_URL = 'https://mon.service-public.fr:2443/apis/'
MSP Gateway
===========