From eb4a3534e008c80b06abae2abe23d65135adb3da Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 16 Jan 2025 11:23:20 +0100 Subject: [PATCH] fix: Add protocol to VIPSCore URL --- local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_settings.py b/local_settings.py index 14ac7d6..3fdfd00 100644 --- a/local_settings.py +++ b/local_settings.py @@ -112,7 +112,7 @@ VIPSLOGIC_PROTOCOL = "http" VIPS_ORGANIZATION_ID = 1 INCLUDE_ORGANIZATION_IDS =[1] # The server name used for VIPSCoreManager -VIPSCOREMANAGER_SERVER_NAME = "localhost:8080/VIPSCore" +VIPSCOREMANAGER_SERVER_NAME = "http://localhost:8080/VIPSCore" # Local path to self signed certificate of VIPSCoreManager. # Set to none if using certificate signed by a CA #VIPSCOREMANAGER_SSLCERT_PATH ="/home/django-vipsweb/coremanager.crt" -- GitLab