From dc3dd00728a69b89b3cc5e233e340498220dd6a4 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Wed, 29 May 2013 16:45:57 +0200 Subject: [PATCH] OPENOLAT-30: change the default value in olat.properties for Onyx WebService --- src/main/resources/serviceconfig/olat.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties index d6ef65fdc8b..826d931b653 100644 --- a/src/main/resources/serviceconfig/olat.properties +++ b/src/main/resources/serviceconfig/olat.properties @@ -274,14 +274,13 @@ onyx.truststore.type=JKS ##### # Onyx Reporter Webservice ##### -onyx.reporter.webservice=http://demo.bps-system.de/onyx/reporterservices -#onyx.reporter.webservice=http://onyx.bps-system.de/plugin/reporterservices +onyx.reporter.webservice=https://demo.bps-system.de/onyx/reporterservices onyx.update.results.job=disabled ##### # Onyx Plugin ##### -onyx.plugin.wslocation=http://demo.bps-system.de/onyx +onyx.plugin.wslocation=https://demo.bps-system.de/onyx #onyx.plugin.wslocation=http://onyx.bps-system.de/plugin # <OLATCE-713> onyx.plugin.userviewlocation=${onyx.plugin.wslocation}/onyxrun -- GitLab