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 +}