Finished adding basic category adding functionality
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
"mssql1": {
|
||||
"type": "mssql",
|
||||
"connectionId": "ConnectionStrings:DefaultConnection"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets",
|
||||
"dynamicId": null
|
||||
},
|
||||
"postgresql1": {
|
||||
"type": "postgresql",
|
||||
"connectionId": "ConnectionStrings:DatabaseConnection",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,19 @@
|
||||
"mssql1": {
|
||||
"type": "mssql.local",
|
||||
"connectionId": "ConnectionStrings:DefaultConnection"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets.user",
|
||||
"dynamicId": null
|
||||
},
|
||||
"postgresql1": {
|
||||
"containerPorts": "5432:5432",
|
||||
"secretStore": "LocalSecretsFile",
|
||||
"containerName": "postgresql",
|
||||
"containerImage": "postgres",
|
||||
"type": "postgresql.container",
|
||||
"connectionId": "ConnectionStrings:DatabaseConnection",
|
||||
"dynamicId": null
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,16 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"postgresql1": {
|
||||
"restored": true,
|
||||
"restoreTime": "2025-07-18T01:31:18.3809456Z"
|
||||
},
|
||||
"mssql1": {
|
||||
"restored": true,
|
||||
"restoreTime": "2025-07-17T01:32:03.2187402Z"
|
||||
},
|
||||
"secrets1": {
|
||||
"restored": true,
|
||||
"restoreTime": "2025-07-17T23:51:03.9189016Z"
|
||||
}
|
||||
},
|
||||
"parameters": {}
|
||||
|
||||
Reference in New Issue
Block a user