mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
9f711d8cdd
* [EC-892] Hide Secrets Manager Set the secretsManager flag to false outside of dev to deactivate it in all other environments * linting * set base to false for maximum safety this gets rid of having to set it in selfhosted and cloud, but i feel safer with a belt and suspenders; don't want someone setting it true in base without thinking and the feature popping up in prod before we're ready.
23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.bitwarden.net",
|
|
"notifications": "https://notifications.bitwarden.com",
|
|
"scim": "https://scim.bitwarden.com"
|
|
},
|
|
"stripeKey": "pk_live_bpN0P37nMxrMQkcaHXtAybJk",
|
|
"braintreeKey": "production_qfbsv8kc_njj2zjtyngtjmbjd",
|
|
"paypal": {
|
|
"businessId": "4ZDA7DLUUJGMN",
|
|
"buttonAction": "https://www.paypal.com/cgi-bin/webscr"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "https://api.bitwarden.com",
|
|
"proxyIdentity": "https://identity.bitwarden.com",
|
|
"proxyEvents": "https://events.bitwarden.com"
|
|
},
|
|
"flags": {
|
|
"secretsManager": false,
|
|
"showPasswordless": true
|
|
}
|
|
}
|