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

change payment method for org

This commit is contained in:
Kyle Spearrin
2017-04-08 16:42:05 -04:00
parent d4b4c7bd71
commit f63f4e0aa3
10 changed files with 398 additions and 22 deletions

View File

@@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","apiUri":"https://api.bitwarden.com","version":"1.9.1","environment":"Production"});
.constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","apiUri":"http://localhost:4000","version":"1.9.1","environment":"Development"});