fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 27 forks source link

I want to use port 6789 instead of port 3000. How should I modify it? #352

Closed qlfgggggg closed 2 years ago

qlfgggggg commented 2 years ago

I want to use port 6789 instead of port 3000. How should I modify it?

fboucquez commented 2 years ago

Add

gateways:
    - openPort: 6789

To your custom-preset.yml and start with --upgrade

Please notice that HTTP 3000 and HTTPS 3001 are the standard ports for the rest gateway. If you change the port, discovery services like the statistic service may not find your node or think your gateway is down.

fboucquez commented 2 years ago

Closing, please reopen if you have issues