tweetcast/server-gevent/server_setup.py.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 07 Jan 2012 16:15:16 +0100
changeset 468 e7f9898e6f99
parent 460 bc52ce9ab0c2
permissions -rw-r--r--
Added tag V01.20 for changeset e2324dd2f7c9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
405
6626b728b142 Added configuration file to Tweetcast Gevent Server
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
SQL_CONNECT = 'postgresql://user:pass@hostname/database'
460
bc52ce9ab0c2 small code reorganisation.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 425
diff changeset
     2
bc52ce9ab0c2 small code reorganisation.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 425
diff changeset
     3
#LISTENER can be a couple (<ACCEPT IP>,<SERVER PORT>) or a path to a unix socket. <ACCEPT IP> can be '' to accept all
bc52ce9ab0c2 small code reorganisation.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 425
diff changeset
     4
LISTENER = ('',8888)
bc52ce9ab0c2 small code reorganisation.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 425
diff changeset
     5