matthiasn / BirdWatch

Tweet stream analysis and visualization with real-time updates.
http://matthiasnehlsen.com/
GNU Affero General Public License v3.0
856 stars 153 forks source link

Change listen address #34

Closed Keithsc closed 9 years ago

Keithsc commented 9 years ago

Hi, I have managed to install and start both the client and server on my Centos7 server but I can't figure out how to change the listen address from 127.0.0.1:8888 to either myip:8888 or 0.0.0.0:8888 !

I am starting the server with "lein run", can you help ?

Thanks Keith.

matthiasn commented 9 years ago

Sure! All you need to do is define environment variables for that. You could for example call the application like this:

HOST=myip PORT=8889 lein run