Does anyone know how to configure st2 to allow for remote connections? I’ve tried this sort of thing in
my server’s st2.conf:
[api]
# Host and port to bind the API server.
#host = 127.0.0.1
host = 172.18.4.13
port = 9101
But the processes still bind to localhost, so I can’t connect remotely . . . any ideas?
Thanks!!