fix appsettings

This commit is contained in:
Grayson Walker 2021-07-27 21:17:13 -04:00
parent b0921513c1
commit 72c154b048

View File

@ -2,10 +2,10 @@
"Runtime": "Server", "Runtime": "Server",
"RenderMode": "ServerPrerendered", "RenderMode": "ServerPrerendered",
"Database": { "Database": {
"DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" "DefaultDBType": ""
}, },
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202107100210.mdf;Initial Catalog=Oqtane-202107100210;Integrated Security=SSPI;" "DefaultConnection": ""
}, },
"Installation": { "Installation": {
"DefaultAlias": "", "DefaultAlias": "",
@ -44,19 +44,5 @@
"ControlType": "Oqtane.Installer.Controls.PostgreSQLConfig, Oqtane.Client", "ControlType": "Oqtane.Installer.Controls.PostgreSQLConfig, Oqtane.Client",
"DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL" "DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL"
} }
], ]
"Logging": {
"FileLogger": {
"LogLevel": {
"Default": "Error"
}
},
"LogLevel": {
"Default": "Information"
}
},
"InstallationId": "b2c613c4-26c3-42a6-b502-f4b4f95252ac",
"DetailedErrors": "false",
"UseSwagger": "true",
"PackageService": "true"
} }