1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-05 00:01:30 +01:00

Configure EventsProcessor to use Azurite for local dev (#2120)

This commit is contained in:
Thomas Rittson 2022-07-20 09:26:21 +10:00 committed by GitHub
parent 45bbbc4beb
commit 28ca17109a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
{
"azureStorageConnectionString": "UseDevelopmentStorage=true"
}