mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-17 10:55:20 +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>
18 lines
556 B
JSON
18 lines
556 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.bitwarden.net",
|
|
"notifications": "https://notifications.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"
|
|
}
|
|
}
|