mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|