[12:52]<rwdlx> hi. is there a way to configure helma to listen to a certain ip address, instead of 0.0.0.0? I know jetty can be configured to do so, but i could not find a setting in helma. [12:54]<zumbrunn> hi rwdlx [12:54]<rwdlx> hi zumbrunn [12:54]<zumbrunn> yes, you can add the ip to where you specify the port in the hop.sh file [12:55]<zumbrunn> 192.168.1.111:8080 [12:55]<zumbrunn> aeh.. start.sh not hop.sh [12:56]<rwdlx> HTTP_PORT=192.168.1.111:8080 ? [12:56]<zumbrunn> yep [12:57]<rwdlx> great, thank you