tweetcast/server-gevent/server_setup.py.tmpl
changeset 535 8276f3ff7a3f
parent 534 0a2505c3b547
child 536 5dd170a735e9
--- a/tweetcast/server-gevent/server_setup.py.tmpl	Mon Mar 05 18:41:11 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-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)
-