Remove DefaultDBType value and InstallationId from appsettings.json

The commit removes the value for DefaultDBType and InstallationId from the appsettings.json file.
This commit is contained in:
Mark Davis 2024-11-15 10:31:49 -08:00
parent caa83d769f
commit d3717dbe19

View File

@ -2,7 +2,7 @@
"RenderMode": "Interactive", "RenderMode": "Interactive",
"Runtime": "Server", "Runtime": "Server",
"Database": { "Database": {
"DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" "DefaultDBType": ""
}, },
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "" "DefaultConnection": ""
@ -54,6 +54,5 @@
"LogLevel": { "LogLevel": {
"Default": "Information" "Default": "Information"
} }
}, }
"InstallationId": "c6f298a3-7a64-419e-89ca-4d73946a53fe"
} }