Remove default connection data

This commit is contained in:
Cody 2023-10-18 12:55:39 -07:00 committed by GitHub
parent 976e77b31e
commit 293be93b93
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"
}
}
}
}