From 8cb9e6d21b8835ca24352daea3519611105ab745 Mon Sep 17 00:00:00 2001 From: Falko Benthin Date: Tue, 7 Jan 2020 13:46:11 +0100 Subject: [PATCH] den blo:den Host gefixt --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 63d313c0bed..edadf6ec072 100644 --- a/config/default.json +++ b/config/default.json @@ -7,7 +7,7 @@ "calendar": "http://localhost:3000", "content": "https://schul-cloud.org:4040", "notification": "http://localhost:3031", - "hydra": "http://hydra-host:9001", + "hydra": "http://localhost:9001", "web": "http://localhost:3100" } }