21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"dependencies": {
|
|
"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
|
|
}
|
|
}
|
|
} |