-
Notifications
You must be signed in to change notification settings - Fork 269
Configuration file changes in Bamboo Release 0.4.1
Diego López León edited this page Mar 23, 2018
·
4 revisions
We are polishing our configuration files, this time we took out some entries which were exclusive to the peer and put them in a more general context, i.e.:
-
peer.discovery.bind.ip
is nowbind.address
, this the interface for binding peer discovery and the wire protocol as well -
peer.listen.port
is nowpeer.port
, we took out the listen context to make the port a direct configuration of the peer -
peer.external.ip
is nowpublic.ip
, this is the IP/hostname broadcasted for discovery
Also we added the following configuration entries:
-
rpc.address
, this is the binding interface for the rpc server -
rpc.host
is the expected value in the Host header of an http request for RPC messages. This is mandatory whenever you use a wildcard inrpc.address
Take a look at the migration tool we've developed for easing this process