From 03a111e3ba0eb34d059656e83a803efd97c3afcb Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Tue, 14 May 2019 16:19:38 -0500 Subject: [PATCH] Revert "Removing file not to be included" This reverts commit 7273e70c824c24ebb22e515e5a41e82588e0f99c. --- Oqtane.Server/appsettings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Oqtane.Server/appsettings.json diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json new file mode 100644 index 00000000..27935ae0 --- /dev/null +++ b/Oqtane.Server/appsettings.json @@ -0,0 +1,6 @@ +{ + "ConnectionStrings": { + "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-201905122226.mdf;Initial Catalog=Oqtane-201905122226;Integrated Security=SSPI;" + } +} +