From c365ddb27e8140c3170ad5a5cc346039eb01d295 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 20 Dec 2019 13:47:16 +0100
Subject: [PATCH] More adaptations of local_settings

---
 VIPSWeb/local_settings_sample.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py
index e382436e..f3a9f02d 100755
--- a/VIPSWeb/local_settings_sample.py
+++ b/VIPSWeb/local_settings_sample.py
@@ -113,7 +113,7 @@ GOOGLE_ANALYTICS_SCRIPT = """
 # The server name used for VIPSLogic
 VIPSLOGIC_SERVER_NAME = "vipslogic"
 # VIPSLogic protocol
-VIPSLOGIC_PROTOCOL = "https"
+VIPSLOGIC_PROTOCOL = "http"
 # This organization's ID in VIPSLogic/CoreManager
 VIPS_ORGANIZATION_ID = 1
 # Use this if you want to override and show icons for stations belonging to several organizations
-- 
GitLab