1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
bitwarden-browser/settings.json

10 lines
270 B
JSON
Raw Normal View History

2015-12-09 04:35:05 +01:00
{
"appSettings": {
2017-05-07 03:32:51 +02:00
"apiUri": "http://localhost:4000",
2017-05-08 20:45:14 +02:00
"identityUri": "http://localhost:33656",
2017-10-24 00:11:29 +02:00
"iconsUri": "https://icons.bitwarden.com",
2017-07-28 20:29:25 +02:00
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD",
2017-12-17 05:23:17 +01:00
"braintreeKey": "sandbox_r72q8jq6_9pnxkwm75f87sdc2"
}
2015-12-09 04:35:05 +01:00
}