From 4d8a42050b6bf3b87c866c7e8f6037e57c9899bf Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Wed, 11 Jan 2012 09:36:05 +0100 Subject: [PATCH] no-jira: setup the demo system as default for Onyx --- src/main/resources/serviceconfig/olat.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties index 05be3910e72..a0715b6e045 100644 --- a/src/main/resources/serviceconfig/olat.properties +++ b/src/main/resources/serviceconfig/olat.properties @@ -203,13 +203,15 @@ onyx.truststore.type=JKS ##### # Onyx Reporter Webservice ##### -onyx.reporter.webservice=http://onyx.bps-system.de/plugin/reporterservices +onyx.reporter.webservice=http://demo.bps-system.de/onyx/reporterservices +#onyx.reporter.webservice=http://onyx.bps-system.de/plugin/reporterservices onyx.update.results.job=disabled ##### # Onyx Plugin ##### -onyx.plugin.wslocation=http://onyx.bps-system.de/plugin +onyx.plugin.wslocation=http://demo.bps-system.de/onyx +#onyx.plugin.wslocation=http://onyx.bps-system.de/plugin # <OLATCE-713> onyx.plugin.userviewlocation=${onyx.plugin.wslocation}/onyxrun onyx.reporter.userviewlocation= -- GitLab