]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Merge.
[irc/quakenet/qwebirc.git] / config.py.example
index ed210d395c00fcd8224ecd4fdf3bc6e560779f30..3626a1104d93e1157ec7b121e8b10c2cfc6c47bb 100644 (file)
@@ -97,6 +97,12 @@ BASE_URL = "http://foo.foo.org/"
 #         application.
 NETWORK_NAME = "FooNet"
 
+# OPTION: ANALYTICS_HTML
+#         If you have an analytics service, you can paste the HTML
+#         between the triple quotes.
+#ANALYTICS_HTML = """
+#"""
+
 # OPTION: APP_TITLE
 #         The title of the application in the web browser.
 APP_TITLE = NETWORK_NAME + " Web IRC"
@@ -232,7 +238,7 @@ DNS_TIMEOUT = 5
 #         Note that this value is intimately linked with the client
 #         AJAX code at this time, changing it will result in bad
 #         things happening.
-HTTP_AJAX_REQUEST_TIMEOUT = 30
+HTTP_AJAX_REQUEST_TIMEOUT = 295
 
 # OPTION: HTTP_REQUEST_TIMEOUT
 #         Connections made to everything but the AJAX engine will
@@ -262,6 +268,11 @@ DYNAMIC_BASE_URL = ""
 #         the system's default resolver(s).
 CONNECTION_RESOLVER = None
 
+# OPTION: HELP_URL
+#         Shown to the user if they type /HELP or click on the Help!
+#         option in the user interface.
+HELP_URL = ""
+
 # QUAKENET SPECIFIC VALUES
 # ---------------------------------------------------------------------
 #