1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/settings.Preview.json

12 lines
318 B
JSON
Raw Normal View History

{
2017-04-18 19:54:46 +02:00
"appSettings": {
2017-05-07 03:32:51 +02:00
"apiUri": "https://preview-api.bitwarden.com",
2017-05-08 20:45:14 +02:00
"identityUri": "https://preview-identity.bitwarden.com",
2017-07-28 20:29:25 +02:00
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD",
"braintreeKey": "sandbox_r72q8jq6_9pnxkwm75f87sdc2",
"whitelistDomains": [
"preview-api.bitwarden.com"
]
2017-04-18 19:54:46 +02:00
}
}