From d08ab85a98a8206f696bb8dcc3e1986d1a38b2d2 Mon Sep 17 00:00:00 2001 From: amazing-username Date: Fri, 22 Mar 2019 20:09:25 -0400 Subject: [PATCH] Updated appsettings files --- appsettings.Development.json | 6 +++++- appsettings.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/appsettings.Development.json b/appsettings.Development.json index e203e94..228531f 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -5,5 +5,9 @@ "System": "Information", "Microsoft": "Information" } - } + }, + "ConnectionStrings": { + "IcarusDev":"Server=; User=; Password=; Database=; Port=" + }, + "RootMusicPath":"/root/of/music/path/ } diff --git a/appsettings.json b/appsettings.json index def9159..271b628 100644 --- a/appsettings.json +++ b/appsettings.json @@ -4,5 +4,9 @@ "Default": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "ConnectionStrings": { + "IcarusProd":"Server=; User=; Password=; Database=; Port=" + }, + "RootMusicPath":"/root/of/music/path/" }