diff --git a/README b/README index 281c69d..d1264f1 100644 --- a/README +++ b/README @@ -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 ===========