mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +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.
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"urls": {},
|
|
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD",
|
|
"braintreeKey": "sandbox_r72q8jq6_9pnxkwm75f87sdc2",
|
|
"paypal": {
|
|
"businessId": "AD3LAUZSNVPJY",
|
|
"buttonAction": "https://www.sandbox.paypal.com/cgi-bin/webscr"
|
|
},
|
|
"dev": {
|
|
"port": 8080,
|
|
"allowedHosts": "auto"
|
|
},
|
|
"flags": {
|
|
"secretsManager": false,
|
|
"showPasswordless": false
|
|
}
|
|
}
|