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
}
}
}

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
}
}
}