17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"dependencies": {
|
|
"mssql1": {
|
|
"type": "mssql",
|
|
"connectionId": "ConnectionStrings:DefaultConnection"
|
|
},
|
|
"secrets1": {
|
|
"type": "secrets",
|
|
"dynamicId": null
|
|
},
|
|
"postgresql1": {
|
|
"type": "postgresql",
|
|
"connectionId": "ConnectionStrings:DatabaseConnection",
|
|
"dynamicId": null
|
|
}
|
|
}
|
|
} |