1
0
mirror of https://github.com/bitwarden/web synced 2026-01-01 08:03:13 +00:00
Files
web/src/app/settings.js
2017-07-28 14:29:25 -04:00

3 lines
250 B
JavaScript

angular.module("bit")
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","braintreeKey":"TODO","version":"1.14.0","environment":"Production"});