innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

Hostname on which jetty listens is now configurable #40

Closed pschirmacher closed 11 years ago

pschirmacher commented 11 years ago

config.clj now contains a new entry:

:host "localhost"

This is passed to jetty in statuses.server/-main.

Default behaviour: Only accept connections from localhost. If the server should be accessible from outside, set the :host property to "0.0.0.0".