From 6878794bd0ebd622893d38049aaa1b267b13cb78 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 31 Aug 2021 20:05:41 +0200 Subject: [PATCH] Add notifications to development config (#1166) --- config/development.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/development.json b/config/development.json index 9903790597..b090a8b7fe 100644 --- a/config/development.json +++ b/config/development.json @@ -6,6 +6,7 @@ "proxyEnterprise": "http://localhost:52313", "allowedHosts": [], "urls": { + "notifications": "http://localhost:61840", "enterprise": "http://localhost:52313" } }