From 57b89a60e698ceff2a2f93c9f5ef1655be3cc159 Mon Sep 17 00:00:00 2001 From: Michael Washington Date: Thu, 14 Nov 2019 05:37:21 -0800 Subject: [PATCH] Adds DetailedErrors when debugging --- Oqtane.Server/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json index 8138a005..ac36fa44 100644 --- a/Oqtane.Server/appsettings.json +++ b/Oqtane.Server/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "DefaultConnection": "" + "DefaultConnection": "Data Source=(Local);Initial Catalog=Oqtane;Integrated Security=SSPI;" } } @@ -17,3 +17,4 @@ +