/ darcsweb / blob / darcsweb.conf.example# DarcsWeb configuration file
# IP address to bind to
bind = 127.0.0.1
# TCP port to listen on
port = 3000
# Directory containing darcs repositories (each subdirectory with _darcs/ is served)
repos = /srv/darcs
# Site title shown in the page header
title = DarcsWeb
# Path to the static assets directory (contains style.css)
static = /usr/share/darcsweb/static