Files
petwash/PetWash.Api/Properties/serviceDependencies.local.json
2026-03-03 16:49:57 +08:00

13 lines
262 B
JSON

{
"dependencies": {
"secrets1": {
"type": "secrets.user"
},
"sqlite1": {
"secretStore": "LocalSecretsFile",
"resourceId": null,
"type": "sqlite.local",
"connectionId": "ConnectionStrings:DatabaseConnection"
}
}
}