mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
internal identity is on port 5000 now
This commit is contained in:
@@ -125,7 +125,7 @@ globalSettings__selfHosted=true
|
|||||||
globalSettings__baseServiceUri__vault=http://localhost
|
globalSettings__baseServiceUri__vault=http://localhost
|
||||||
globalSettings__baseServiceUri__api=http://localhost/api
|
globalSettings__baseServiceUri__api=http://localhost/api
|
||||||
globalSettings__baseServiceUri__identity=http://localhost/identity
|
globalSettings__baseServiceUri__identity=http://localhost/identity
|
||||||
globalSettings__baseServiceUri__internalIdentity=http://identity
|
globalSettings__baseServiceUri__internalIdentity=http://identity:5000
|
||||||
globalSettings__pushRelayBaseUri=https://push.bitwarden.com
|
globalSettings__pushRelayBaseUri=https://push.bitwarden.com
|
||||||
globalSettings__installation__identityUri=https://identity.bitwarden.com
|
globalSettings__installation__identityUri=https://identity.bitwarden.com
|
||||||
");
|
");
|
||||||
|
|||||||
Reference in New Issue
Block a user