## Path:                Productivity/Networking/Email/Servers
## Description:         webcit configuration
## Type:                string
## Default:             " "
## ServiceRestart:      webcit
#
# Apache flag, what ever that means
WEBCIT_APACHEFLAG=" "

## Type:                string
## Default:             "0.0.0.0"
## ServiceRestart:      webcit
#
# The IP address webcit listens on. Specify 0.0.0.0 to listen
# on all IPv4 interfaces. Specify :: to listen on all IPv6 interfaces
# and specify * to listen on all IPv4 and IPv6 interfaces.
WEBCIT_LISTEN_IP=127.0.0.1

## Type:                integer
## Default:             2000
## ServiceRestart:      webcit
#
# The HTTP port webcit listens on.
WEBCIT_HTTP_PORT=2000

## Type:                integer
## Default:             2000
## ServiceRestart:      webcit
#
# The HTTPS port webcit listens on.
WEBCIT_HTTPS_PORT=8443

## Type:                string
## Default:             ""
## ServiceRestart:      webcit
#
# A list of cipher suites you wish to enable. Please see
# http://openssl.org/docs/apps/ciphers.html for a list of cipher
# strings.
WEBCIT_HTTPS_CIPHERS=""

## Type:                string
## Default:             "UNLIMITED"
## ServiceRestart:      webcit
#
# The default language. Set to UNLIMITED to make a list of
# languages available
WEBCIT_LANG=UNLIMITED

## Type:                string
## Default:             504
## ServiceRestart:      webcit
#
# The port on which the citadel server awaits webcit's connection.
# If WEBCIT_CITADEL_IP="uds" then this string must be set to Citadel's
# data directory.
WEBCIT_CITADEL_PORT="504"

## Type:                string
## Default:             "127.0.0.1"
## ServiceRestart:      webcit
#
# The IP address of the citadel server to which webcit should connect.
# Use "uds" as a keyword which tells WebCit that you wish to connect to
# a Citadel server running on the same computer, rather than using a
# TCP/IP socket. 
WEBCIT_CITADEL_IP="127.0.0.1"

## Type:                string
## Default:             ""
## ServiceRestart:      webcit
#
# Additional arguments which will be passed to webcit at startup
WEBCIT_DAEMON_ARGS=""

## Type:                string
## Default:             "dotgoto?room=Lobby"
## ServiceRestart:      webcit
#
# The guest landing page is a location on your WebCit installation
# where unauthenticated guest users are taken when they first enter
# the root of your side. If an empty string is defined, they will be
# taken to the Lobby. 
WEBCIT_GUEST_LANDING_PAGE="dotgoto?room=Lobby"
