16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"dependencies": {
|
|
"secrets1": {
|
|
"type": "secrets.user"
|
|
},
|
|
"postgresql1": {
|
|
"containerPorts": "5432:5432",
|
|
"secretStore": "LocalSecretsFile",
|
|
"containerName": "postgresql",
|
|
"containerImage": "postgres",
|
|
"type": "postgresql.container",
|
|
"connectionId": "ConnectionStrings:DatabaseConnection",
|
|
"dynamicId": null
|
|
}
|
|
}
|
|
} |