I entered information for the volttron central instance as follows:
cat ~/.volttron-master/config
[volttron]
bind-web-address = http://192.168.1.31:8080
vip-address = tcp://192.168.1.31:22916
instance-name = "central tcp://192.168.1.31"
volttron-central-address = http://192.168.1.31:8080
What is the difference between bind-web-address and volttron-central-address? In my opinion, the former is required for the web service, and the latter is for entering the address of the instance to control this instance. Can the port number be the same?