Infrastructure upgrades

This commit is contained in:
daniel-c-harvey
2025-09-04 19:58:00 -04:00
parent 5e02d004e3
commit 9de2063ea3
11 changed files with 559 additions and 192 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"System": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=F:\\Development\\DeepDrftHome\\Database\\deepdrft.db"
},
"FileDatabaseSettings": {
"VaultPath": "F:\\Development\\DeepDrftHome\\Database\\Vaults"
}
}