From b0376dee3e158e2504c3e86bbddf4f9e401dbda5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 12 Dec 2014 13:26:01 +0100 Subject: [PATCH] Fix MSP production URL in the README file --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ===========