mirror of
https://github.com/bitwarden/browser
synced 2024-12-19 12:54:48 +01:00
40cade39bb
* Remove 'showTrial' feature flag * Replace Register component with trial and redirect trial routes to register * Shore up fallback logic for bad params * Remove register component that is no longer used * Adjust register form margin top * Update unit tests for new param handling * Use enums for org names and add missing org routing * Add new tests and fix existing flaky ones * Use an enum for layouts
22 lines
602 B
JSON
22 lines
602 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.bitwarden.net",
|
|
"notifications": "https://notifications.bitwarden.com",
|
|
"scim": "https://scim.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"
|
|
},
|
|
"flags": {
|
|
"showPasswordless": false
|
|
}
|
|
}
|