From 6a2e64f2a047a7cb16a5c13c38a5e7b054cc0256 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 22 Aug 2018 09:14:02 -0400 Subject: [PATCH] change notifications project name --- src/Notifications/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notifications/appsettings.json b/src/Notifications/appsettings.json index 7a817d365b..5989e80bf2 100644 --- a/src/Notifications/appsettings.json +++ b/src/Notifications/appsettings.json @@ -1,7 +1,7 @@ { "globalSettings": { "selfHosted": false, - "projectName": "Hub", + "projectName": "Notifications", "baseServiceUri": { "vault": "https://localhost:8080", "api": "http://localhost:4000",