| changeset 460 | bc52ce9ab0c2 |
| parent 425 | b346fd32fc34 |
--- a/tweetcast/server-gevent/server_setup.py.tmpl Tue Dec 20 09:57:29 2011 +0100 +++ b/tweetcast/server-gevent/server_setup.py.tmpl Tue Dec 20 15:03:38 2011 +0100 @@ -1,2 +1,5 @@ SQL_CONNECT = 'postgresql://user:pass@hostname/database' -WEB_PORT = 8888 \ No newline at end of file + +#LISTENER can be a couple (<ACCEPT IP>,<SERVER PORT>) or a path to a unix socket. <ACCEPT IP> can be '' to accept all +LISTENER = ('',8888) +