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

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