From f4ca525bb525fa723543a10e596b85af86c8271b Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 18 Jun 2020 22:50:14 -0700 Subject: [PATCH] Delete appsettings.json --- Oqtane.Server/appsettings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Oqtane.Server/appsettings.json diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json deleted file mode 100644 index e56b6a0f..00000000 --- a/Oqtane.Server/appsettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ConnectionStrings": { - "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202006190523.mdf;Initial Catalog=Oqtane-202006190523;Integrated Security=SSPI;" - }, - "Runtime": "Server", - "Installation": { - "DefaultAlias": "", - "HostPassword": "", - "HostEmail": "", - "SiteTemplate": "", - "DefaultTheme": "", - "DefaultLayout": "", - "DefaultContainer": "" - } -} \ No newline at end of file