LiveChat/Properties/serviceDependencies.local.json

13 lines
249 B
JSON
Raw Normal View History

2023-03-27 13:30:27 +00:00
{
"dependencies": {
"secrets1": {
"type": "secrets.user"
},
"sqlite1": {
"secretStore": "LocalSecretsFile",
"type": "sqlite.local",
"connectionId": "ConnectionStrings:SQLite",
"dynamicId": null
}
}
}