Adding of archive items is mostly operational. Need to handle file upload

This commit is contained in:
Vincent Allen
2025-07-29 16:16:42 -04:00
parent 13c45e8459
commit 6475a28263
158 changed files with 2628 additions and 801 deletions

View File

@@ -4,14 +4,13 @@
"type": "mssql",
"connectionId": "ConnectionStrings:DefaultConnection"
},
"secrets1": {
"type": "secrets",
"dynamicId": null
},
"postgresql1": {
"type": "postgresql",
"connectionId": "ConnectionStrings:DatabaseConnection",
"dynamicId": null
"connectionId": "ConnectionStrings:DatabaseConnection"
},
"secrets1": {
"type": "secrets",
"connectionId": null
}
}
}