You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the host is :3333 by default, as set in https://github.com/gempir/relaybroker/blob/master/server.go#L17
Changing that requires you to modify the source code, but it would be preferable if you could change it with an environment variable similar to BROKERPASS. Maybe BROKERHOST?
The text was updated successfully, but these errors were encountered:
Right now, the host is
:3333
by default, as set in https://github.com/gempir/relaybroker/blob/master/server.go#L17Changing that requires you to modify the source code, but it would be preferable if you could change it with an environment variable similar to
BROKERPASS
. MaybeBROKERHOST
?The text was updated successfully, but these errors were encountered: