-
Notifications
You must be signed in to change notification settings - Fork 267
Configuration file changes in Bamboo Release 0.4.1
Adrián Eidelman edited this page Mar 20, 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 -
rpc.host
is nowrpc.address
, this is the binding interface for the rpc server
Also we added the following configuration entry for increasing security:
-
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
You may want to take a look at the migration tool we develop for making the upgrade easier.