Adding of archive items is mostly operational. Need to handle file upload
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user