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 167a8f6fc6
commit a28663441e
158 changed files with 2628 additions and 801 deletions

View File

@@ -4,18 +4,20 @@
"type": "mssql.local",
"connectionId": "ConnectionStrings:DefaultConnection"
},
"secrets1": {
"type": "secrets.user",
"dynamicId": null
},
"postgresql1": {
"containerPorts": "5432:5432",
"secretStore": "LocalSecretsFile",
"containerName": "postgresql",
"containerImage": "postgres",
"resourceId": null,
"type": "postgresql.container",
"connectionId": "ConnectionStrings:DatabaseConnection",
"dynamicId": null
"connectionId": "ConnectionStrings:DatabaseConnection"
},
"secrets1": {
"secretStore": null,
"resourceId": null,
"type": "secrets.user",
"connectionId": null
}
}
}