Merge pull request #3404 from thabaum/net8

Remove default connection data
This commit is contained in:
Shaun Walker 2023-10-18 16:14:27 -04:00 committed by GitHub
commit 860cb75f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
"Runtime": "Server",
"RenderMode": "ServerPrerendered",
"Database": {
"DefaultDBType": "Oqtane.Database.Sqlite.SqliteDatabase, Oqtane.Database.Sqlite"
"DefaultDBType": ""
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=Oqtane-202310181921.db;"
"DefaultConnection": ""
},
"Installation": {
"DefaultAlias": "",
@ -55,4 +55,4 @@
"Default": "Information"
}
}
}
}