mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
6d4f163824
* Indicate production with NODE_ENV * Use local.json config to point to Bitwarden production APIs * Add proxy configuration to cloud and qa environment * Move notifications to urls Co-authored-by: Hinton <oscar@oscarhinton.com>
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"urls": {},
|
|
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD",
|
|
"braintreeKey": "sandbox_r72q8jq6_9pnxkwm75f87sdc2",
|
|
"paypal": {
|
|
"businessId": "AD3LAUZSNVPJY",
|
|
"buttonAction": "https://www.sandbox.paypal.com/cgi-bin/webscr"
|
|
},
|
|
"dev": {
|
|
"allowedHosts": []
|
|
}
|
|
}
|