X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/fc25cf01b0da3a595a06e8d218a8df1f3974be90..8585eb07cce0212bbb07db45e5dd1a573ee99294:/config.py.example diff --git a/config.py.example b/config.py.example index ff33b11..3626a11 100644 --- a/config.py.example +++ b/config.py.example @@ -20,6 +20,11 @@ from qwebirc.config_options import * # Port of IRC server to connect to. IRCSERVER, IRCPORT = "irc.myserver.com", 6667 +# OPTION: SSLPORT +# SSL port of IRC server to connect to. +# If this option is uncommented it will override IRCPORT. +#SSLPORT = 6697 + # OPTION: REALNAME # The realname field of IRC clients will be set to this value. REALNAME = "http://moo.com/" @@ -92,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" @@ -227,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 @@ -257,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 # --------------------------------------------------------------------- #