From 0c3aed5fa9699752193256f7a7ad05f871c48ae5 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 10 Oct 2025 15:29:38 -0400 Subject: [PATCH] Update appsettings.json --- Oqtane.Server/appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json index 5e29e649..6dde319e 100644 --- a/Oqtane.Server/appsettings.json +++ b/Oqtane.Server/appsettings.json @@ -2,10 +2,10 @@ "RenderMode": "Static", "Runtime": "Server", "Database": { - "DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Server" + "DefaultDBType": "" }, "ConnectionStrings": { - "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202510101823.mdf;Initial Catalog=Oqtane-202510101823;Integrated Security=SSPI;Encrypt=false;" + "DefaultConnection": "" }, "Installation": { "DefaultAlias": "", @@ -63,4 +63,4 @@ "InstallationId": "27da509b-b133-43a4-999d-d47e3baa0993", "InstallationVersion": "10.0.0", "InstallationDate": "202510101749" -} \ No newline at end of file +}