# Xandikos options

#
# Directory where xandikos should store data
#

ROOT_DIR="/var/lib/xandikos"

#
# Default listening address
#

LISTEN_ADDRESS="127.0.0.1"

#
# Default listening port
#

LISTEN_PORT="8080"

#
# The name of the principal user.
#

USER_PRINCIPAL=""
