mirror of
https://github.com/bitwarden/server
synced 2026-01-04 17:43:53 +00:00
api for requesting installation ids
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"globalSettings": {
|
||||
"selfHosted": false,
|
||||
"siteName": "bitwarden",
|
||||
"projectName": "Api",
|
||||
"projectName": "Api",
|
||||
"stripeApiKey": "SECRET",
|
||||
"baseServiceUri": {
|
||||
"vault": "http://localhost:4001",
|
||||
@@ -111,6 +111,11 @@
|
||||
"Endpoint": "get:/alive",
|
||||
"Period": "1m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/installations",
|
||||
"Period": "2m",
|
||||
"Limit": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user