mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
3 lines
179 B
JavaScript
3 lines
179 B
JavaScript
angular.module("bit")
|
|
.constant("appSettings", {"rememberdEmailCookieName":"bit.rememberedEmail","version":"0.0.1","environment":"Development","apiUri":"http://localhost:4000"});
|