Files
openarchival/OpenArchival.Blazor/Properties/serviceDependencies.json
2025-07-21 16:28:47 -04:00

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
}
}
}