tweetcast/server-gevent/server_setup.py.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 20 Dec 2011 15:03:38 +0100
changeset 460 bc52ce9ab0c2
parent 425 b346fd32fc34
permissions -rw-r--r--
small code reorganisation. allow a unix socket

SQL_CONNECT = 'postgresql://user:pass@hostname/database'

#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)