mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
9ea9c3a932
Follow up PR to #10974, flips the compile time flags to enabled and includes some debug logic to detect if users encounter issues with the WASM bundle in preparation for active consumption of the SDK.
19 lines
389 B
JSON
19 lines
389 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,
|
|
"sdk": true
|
|
},
|
|
"devFlags": {}
|
|
}
|