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:
parent
caa83d769f
commit
d3717dbe19
|
@ -2,7 +2,7 @@
|
|||
"RenderMode": "Interactive",
|
||||
"Runtime": "Server",
|
||||
"Database": {
|
||||
"DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer"
|
||||
"DefaultDBType": ""
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": ""
|
||||
|
@ -54,6 +54,5 @@
|
|||
"LogLevel": {
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"InstallationId": "c6f298a3-7a64-419e-89ca-4d73946a53fe"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user