mirror of
https://github.com/bitwarden/server.git
synced 2025-03-12 13:29:14 +01:00
* [PM-17562] Add Azure Service Bus for Distributed Events * Fix failing test * Addressed issues mentioned in SonarQube * Respond to PR feedback * Respond to PR feedback - make webhook opt-in, remove message body from log
39 lines
909 B
JSON
39 lines
909 B
JSON
{
|
|
"UserConfig": {
|
|
"Namespaces": [
|
|
{
|
|
"Name": "sbemulatorns",
|
|
"Queues": [
|
|
{
|
|
"Name": "queue.1",
|
|
"Properties": {
|
|
"DeadLetteringOnMessageExpiration": false,
|
|
"DefaultMessageTimeToLive": "PT1H",
|
|
"DuplicateDetectionHistoryTimeWindow": "PT20S",
|
|
"ForwardDeadLetteredMessagesTo": "",
|
|
"ForwardTo": "",
|
|
"LockDuration": "PT1M",
|
|
"MaxDeliveryCount": 3,
|
|
"RequiresDuplicateDetection": false,
|
|
"RequiresSession": false
|
|
}
|
|
}
|
|
],
|
|
"Topics": [
|
|
{
|
|
"Name": "event-logging",
|
|
"Subscriptions": [
|
|
{
|
|
"Name": "events-write-subscription"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Logging": {
|
|
"Type": "File"
|
|
}
|
|
}
|
|
}
|