net/tool/trac.conf: Library Dependencies
$trac_hostHost name of Trac server
$trac_rootPath to the root of the Trac site
$trac_adminName of the Trac admin user
$trac_dbSchema of Trac database schema.
Default: SQLite database, stored in db/trac.db
$trac_ownerName of system user that owns Trac files
$trac_groupName of system group that owns Trac files. If not set, uses $trac_owner.