1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
bitwarden-browser/settings.Production.json

12 lines
297 B
JSON
Raw Normal View History

2015-12-09 04:35:05 +01:00
{
2017-05-07 03:32:51 +02:00
"appSettings": {
"apiUri": "https://api.bitwarden.com",
2017-05-08 20:45:14 +02:00
"identityUri": "https://identity.bitwarden.com",
2017-07-28 20:29:25 +02:00
"stripeKey": "pk_live_bpN0P37nMxrMQkcaHXtAybJk",
"braintreeKey": "production_qfbsv8kc_njj2zjtyngtjmbjd",
"whitelistDomains": [
"api.bitwarden.com"
]
2017-05-07 03:32:51 +02:00
}
2015-12-09 04:35:05 +01:00
}