1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

Reorganization a bit more. Updated readme with build/run instructions.

This commit is contained in:
Kyle Spearrin
2016-12-01 00:07:03 -05:00
parent b72a52232d
commit 3101e57c36
7 changed files with 23 additions and 16 deletions

View File

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