How do I change the listening address in the YAML-based config file?
Opened this issue · 2 comments
danielniccoli commented
How do I change the listening address in the YAML-based config file? This is not working:
web:
- listenAddress: localhost:9427
Fstream7 commented
web:
listenAddress: localhost:9427
danielniccoli commented
That does also not work.