1
0
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:
Kyle Spearrin
2017-08-15 16:31:19 -04:00
parent 5576028c7a
commit a2dc1602f8
4 changed files with 78 additions and 1 deletions

View File

@@ -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
}
]
},