1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

stripe key in app settings

This commit is contained in:
Kyle Spearrin
2017-05-08 14:45:14 -04:00
parent f59b227c44
commit aeae0ba535
5 changed files with 10 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","version":"1.10.1","environment":"Production"});
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","stripeKey":"pk_live_bpN0P37nMxrMQkcaHXtAybJk","version":"1.10.2","environment":"Production"});