mirror of
https://github.com/bitwarden/browser
synced 2024-12-18 12:22:59 +01:00
e32c4083f3
* EC-265 - Initial stubs for SCIM config UI * EC-265 - Scim config screen and plumbing * EC-265 - Scim config component works! Needs cleanup * EC-265 - Finalize scim config screen * EC-265 - Remove scim url from storage and env urls * EC-265 - Refactor to use new component library * EC-265 - Angular warnings on disabled attr resolved * EC-265 - Continued transition to new components * EC-265 - Page loading spinner pattern * EC-265 - final SCIM configuration form changes * scim cleanup * use scim urls * suggested changes * feedback fixes * remove return * Move scimUrl logic to EnvironmentService * Refactor scim url handling Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
22 lines
595 B
JSON
22 lines
595 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": {
|
|
"showTrial": false
|
|
}
|
|
}
|