Update internal/constants/constants.go
All checks were successful
nogui build / try & test (push) Successful in 1m58s

This commit is contained in:
Bad
2024-12-02 14:21:05 +00:00
parent ecb74dbb29
commit 98c3a01e08

View File

@ -66,7 +66,7 @@ const (
KeyChainName = "bridge-v3" KeyChainName = "bridge-v3"
// Host is the hostname of the bridge server. // Host is the hostname of the bridge server.
Host = "0.0.0.0" Host = "127.0.0.1"
) )
// nolint:goconst // nolint:goconst