From 22534536a446d491f40398637b75a820e8954694 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 8 May 2020 11:05:16 +0200 Subject: [PATCH] Switch to https --- system/config/offline.config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/config/offline.config.php b/system/config/offline.config.php index 6db8bcd3..a41ea7dd 100644 --- a/system/config/offline.config.php +++ b/system/config/offline.config.php @@ -10,7 +10,7 @@ class Offline { /** * API access and credentials */ - const API_URL = "http://devweb.local/comunic/api/"; + const API_URL = "https://devweb.local/comunic/api-v2/"; const API_SERVICE_NAME = "ComunicWeb"; const API_SERVICE_TOKEN = "12XU67pJUlnNQ"; @@ -22,7 +22,7 @@ class Offline { /** * Site URL */ - const SITE_URL = "http://devweb.local/comunic/v2/output/"; + const SITE_URL = "https://devweb.local/comunic/v2/output/"; /** * Site production mode @@ -37,7 +37,7 @@ class Offline { /** * Path to assets (URL) */ - const ASSETS_URL = "http://devweb.local/comunic/v2/output/assets/"; + const ASSETS_URL = "https://devweb.local/comunic/v2/output/assets/"; /** * Third party CSS files