mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
96f1aa073c
* turn on enableCipherKeyEncryption flag * turn enableCipherKeyEncryption flag on in desktop config --------- Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
18 lines
393 B
JSON
18 lines
393 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": {
|
|
"showPasswordless": false,
|
|
"enableCipherKeyEncryption": true
|
|
}
|
|
}
|