diff --git a/src/main/resources/config/application-gui.properties b/src/main/resources/config/application-gui.properties index fdb9eaf6..e19c5878 100644 --- a/src/main/resources/config/application-gui.properties +++ b/src/main/resources/config/application-gui.properties @@ -17,7 +17,7 @@ sebserver.gui.http.external.scheme=${sebserver.webservice.http.external.scheme} sebserver.gui.http.external.servername=${sebserver.webservice.http.external.servername} sebserver.gui.http.external.port=${sebserver.webservice.http.external.port} -sebserver.gui.http.webservice.scheme=https +sebserver.gui.http.webservice.scheme=http sebserver.gui.http.webservice.servername=localhost sebserver.gui.http.webservice.port=8080 sebserver.gui.http.webservice.contextPath=${server.servlet.context-path}