From 38b89e3595836ae66a58d8baae3e56edc70fd208 Mon Sep 17 00:00:00 2001 From: Michael Washington Date: Wed, 4 Dec 2019 11:46:41 -0800 Subject: [PATCH] remove the DefaultConnection value --- Oqtane.Server/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json index 68666c8e..dbfefb7f 100644 --- a/Oqtane.Server/appsettings.json +++ b/Oqtane.Server/appsettings.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "DefaultConnection": "Data Source=(Local);Initial Catalog=Oqtane;Integrated Security=SSPI;" + "DefaultConnection": "" } } \ No newline at end of file