2017-05-06 02:57:33 +02:00
|
|
|
|
{
|
|
|
|
|
"globalSettings": {
|
2017-08-02 23:02:55 +02:00
|
|
|
|
"selfHosted": false,
|
2018-02-27 20:16:19 +01:00
|
|
|
|
"siteName": "Bitwarden",
|
2017-08-09 05:06:28 +02:00
|
|
|
|
"projectName": "Identity",
|
2017-08-04 05:23:53 +02:00
|
|
|
|
"stripeApiKey": "SECRET",
|
2017-08-04 05:12:05 +02:00
|
|
|
|
"baseServiceUri": {
|
2018-07-12 23:33:17 +02:00
|
|
|
|
"vault": "https://localhost:8080",
|
2017-08-04 05:12:05 +02:00
|
|
|
|
"api": "http://localhost:4000",
|
|
|
|
|
"identity": "http://localhost:33656",
|
2018-04-17 02:35:53 +02:00
|
|
|
|
"admin": "http://localhost:62911",
|
2018-08-16 19:50:41 +02:00
|
|
|
|
"notifications": "http://localhost:61840",
|
|
|
|
|
"internalNotifications": "http://localhost:61840",
|
2018-04-17 02:35:53 +02:00
|
|
|
|
"internalAdmin": "http://localhost:62911",
|
2018-03-29 14:45:04 +02:00
|
|
|
|
"internalIdentity": "http://localhost:33656",
|
|
|
|
|
"internalApi": "http://localhost:4000",
|
|
|
|
|
"internalVault": "http://localhost:4001"
|
2017-08-04 05:12:05 +02:00
|
|
|
|
},
|
2017-05-06 02:57:33 +02:00
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
2017-07-14 16:52:15 +02:00
|
|
|
|
"sendGridApiKey": "SECRET",
|
2017-05-06 02:57:33 +02:00
|
|
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
|
|
|
},
|
|
|
|
|
"identityServer": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"dataProtection": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"storage": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
2017-12-28 04:39:14 +01:00
|
|
|
|
"events": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
2017-05-06 02:57:33 +02:00
|
|
|
|
"documentDb": {
|
|
|
|
|
"uri": "SECRET",
|
|
|
|
|
"key": "SECRET"
|
2017-05-26 06:50:27 +02:00
|
|
|
|
},
|
2018-03-23 18:33:31 +01:00
|
|
|
|
"sentry": {
|
|
|
|
|
"dsn": "SECRET"
|
|
|
|
|
},
|
2017-05-26 06:50:27 +02:00
|
|
|
|
"notificationHub": {
|
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
|
"hubName": "SECRET"
|
2017-06-21 06:04:25 +02:00
|
|
|
|
},
|
|
|
|
|
"yubico": {
|
|
|
|
|
"clientid": "SECRET",
|
|
|
|
|
"key": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"duo": {
|
|
|
|
|
"aKey": "SECRET"
|
2017-06-22 04:33:45 +02:00
|
|
|
|
},
|
2017-07-28 06:17:31 +02:00
|
|
|
|
"braintree": {
|
|
|
|
|
"production": false,
|
|
|
|
|
"merchantId": "SECRET",
|
|
|
|
|
"publicKey": "SECRET",
|
|
|
|
|
"privateKey": "SECRET"
|
2017-05-06 02:57:33 +02:00
|
|
|
|
}
|
2017-09-28 21:01:43 +02:00
|
|
|
|
},
|
|
|
|
|
"IpRateLimitOptions": {
|
|
|
|
|
"EnableEndpointRateLimiting": true,
|
|
|
|
|
"StackBlockedRequests": false,
|
|
|
|
|
"RealIpHeader": "CF-Connecting-IP",
|
|
|
|
|
"ClientIdHeader": "X-ClientId",
|
|
|
|
|
"HttpStatusCode": 429,
|
|
|
|
|
"IpWhitelist": [],
|
|
|
|
|
"EndpointWhitelist": [],
|
|
|
|
|
"ClientWhitelist": [],
|
|
|
|
|
"GeneralRules": [
|
|
|
|
|
{
|
|
|
|
|
"Endpoint": "*",
|
|
|
|
|
"Period": "1m",
|
|
|
|
|
"Limit": 60
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Endpoint": "*",
|
|
|
|
|
"Period": "1s",
|
|
|
|
|
"Limit": 5
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Endpoint": "post:/connect/token",
|
|
|
|
|
"Period": "1m",
|
|
|
|
|
"Limit": 10
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"IpRateLimitPolicies": {
|
|
|
|
|
"IpRules": []
|
2017-05-06 02:57:33 +02:00
|
|
|
|
}
|
|
|
|
|
}
|