#!/bin/bash
#  net/tool/trac.in - Trac Support

######
# Trac Settings

# $trac_host - Host name of Trac server
trac_host=localhost

# $trac_root - Path to the root of the Trac site
trac_root=/var/www/${domain%.*}/trac

# $trac_admin - Name of the Trac admin user
trac_admin=admin


######
# Database Settings

# $trac_db - Schema of Trac database schema.
# Default: SQLite database, stored in ``db/trac.db``
trac_db='sqlite:db/trac.db'


######
# System Settings

# $trac_owner - Name of system user that owns Trac files
trac_owner=www-data

# $trac_group - Name of system group that owns Trac files.
# If not set, uses ``$trac_owner``.
#; trac_group=www-data

View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:36:31 PDT 2017 by mcsh d14 v0.23.0.