]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Change the way timeouts are processed entirely to make the entire system more resilient.
[irc/quakenet/qwebirc.git] / config.py.example
index 1c02532bdd7e879b2b2855be05bcb008f281b036..0b53f34e5b1f7b3fda94b34d430295cdc46dcf0b 100644 (file)
@@ -7,3 +7,12 @@ MAXSUBSCRIPTIONS = 3
 REALNAME = "http://moo.com/"
 MAXLINELEN = 600
 AUTHGATEDOMAIN = "webchat_test"
+QTICKETKEY = "boo"
+QBOT = "Q@CServe.quakenet.org"
+FEEDBACK_FROM = "moo@moo.com"
+FEEDBACK_TO = "moo@moo.com"
+FEEDBACK_SMTP_HOST = "127.0.0.1"
+FEEDBACK_SMTP_PORT = 25
+ADMIN_ENGINE_HOSTS = ["127.0.0.1"]
+HTTP_REQUEST_TIMEOUT = 5
+HTTP_AJAX_REQUEST_TIMEOUT = 30