tweetcast/server-gevent/server_setup.py.tmpl
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 16:32:13 +0100
changeset 496 e307f08f59c5
parent 460 bc52ce9ab0c2
permissions -rw-r--r--
Added tag V01.30 for changeset 7453030fd06f

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)