tweetcast/server-gevent/server_setup.py.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 19 Jan 2012 12:29:05 +0100
changeset 480 67ee4a400ec4
parent 460 bc52ce9ab0c2
permissions -rw-r--r--
Added tag V01.24 for changeset 94e0357307c5

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)