diff -r 392960e8be0e -r bc52ce9ab0c2 tweetcast/server-gevent/server_setup.py.tmpl --- 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 (,) or a path to a unix socket. can be '' to accept all +LISTENER = ('',8888) +