1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 10:34:01 +00:00

admin base uri setting, applied to login emails

This commit is contained in:
Kyle Spearrin
2018-04-16 20:35:53 -04:00
parent 795cf8e20e
commit dead022e83
31 changed files with 59 additions and 119 deletions

View File

@@ -8,6 +8,8 @@
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"admin": "http://localhost:62911",
"internalAdmin": "http://localhost:62911",
"internalIdentity": "http://localhost:33656",
"internalApi": "http://localhost:4000",
"internalVault": "http://localhost:4001"