tweetcast/server-gevent/server_setup.py.tmpl
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 Feb 2012 10:38:14 +0100
changeset 520 067d37fb966a
parent 460 bc52ce9ab0c2
permissions -rw-r--r--
Added tag V01.40 for changeset 29396e629e7c

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)