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