From 9e4ed7264014d103ad56a69c976ef64e117da45c Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 10 Feb 2022 09:57:25 +0100 Subject: [PATCH] SEBSERV-277 new default ping indicator --- src/main/resources/config/application-ws.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/application-ws.properties b/src/main/resources/config/application-ws.properties index 8d16a965..b8d039a1 100644 --- a/src/main/resources/config/application-ws.properties +++ b/src/main/resources/config/application-ws.properties @@ -79,7 +79,7 @@ sebserver.webservice.proctoring.zoom.sendRejoinForCollectingRoom=true sebserver.webservice.api.exam.indicator.name=Ping sebserver.webservice.api.exam.indicator.type=LAST_PING sebserver.webservice.api.exam.indicator.color=ffffff -sebserver.webservice.api.exam.indicator.thresholds=[{"value":5000.0,"color":"22b14c"},{"value":10000.0,"color":"ff7e00"},{"value":15000.0,"color":"ed1c24"}] +sebserver.webservice.api.exam.indicator.thresholds=[{"value":5000.0,"color":"ffc20e"},{"value":10000.0,"color":"ff7e00"},{"value":15000.0,"color":"ed1c24"}] # Default name and description template for auto-generated exam configuration sebserver.webservice.configtemplate.examconfig.default.name=__startDate__ __examName__