1
0
mirror of https://github.com/bitwarden/server synced 2026-01-21 03:43:53 +00:00

api settings for our address

This commit is contained in:
Kyle Spearrin
2017-10-25 10:59:30 -04:00
parent e7b565d007
commit 461be7a14f
6 changed files with 40 additions and 19 deletions

View File

@@ -52,6 +52,11 @@
"privateKey": "SECRET"
}
},
"apiSettings": {
"ourAddress1": "123 Green St.",
"ourAddress2": "New York, NY 10001",
"ourAddress3": "United States"
},
"IpRateLimitOptions": {
"EnableEndpointRateLimiting": true,
"StackBlockedRequests": false,