# DRB url to listen to, by default to all interfaces on port 8887 # You can change it to uri: druby://localhost:8888 uri: druby://:8887 # Trac host name, used to generate trac urls server: localhost # Tools to check after control center starts, each tool can do a self check to see if it can work # check_tools: "git" # Which clients are allowed to connect to control server acl: 127.0.0.1 192.168.0.1 10.0.0.1 rtm_user: www-data # runtime user rtm_group: www-data # runtime group # Directory where trac and svn directories will be moved after they are deleted backup_dir: /var/local/backup # Amazon S3 bucket prefix for S3 backups amazon_base_bucket: breakout.trac_backup ignore_size: 512000 # size to ignore in show_disk_usage # Database options used to create typo instances database: adapter: mysql host: localhost username: root password: database: control socket: /var/run/mysqld/mysqld.sock # Subversion url is created by concatenating host + base_url + subversion_dir_name subversion: # Where subversion repositories will be created. base_dir: /var/local/svn # url that will be appended to svn url after tool is created base_url: /svn # Host name for all svn repositories host: svn.host.com hg: base_dir: /var/local/hg # where reps will be stored base_url: http://hg.assembla.com # web interface to respositories git: # where reps will be stored base_dir: /opt/beta/git # prefix for push/pull url, default for git is ssh protocol base_url: git@git.host.com # git repository for administration gitosis_dir: /home/user/gitosis-admin # git daemon dir where public repositories will be symlinked git_daemon_dir: /var/cache/git # Trac settings trac: # Where trac instances will be created, directory should be owner by rtm_user base_dir: /var/local/trac # Templates directory for new trac instances templates_dir: /usr/share/trac/templates # Old typo settings, not used typo: database_prefix: typo_ base_dir: /var/typo/ version: 2.6.0 script: setup-database.sh base_url: http://SERVER:3001/ # Mephisto blog settings mephisto: # Where mephisto rails application is located app_dir: /opt/beta/mephisto # Base domain for blog instances # new blogs will have blog-name.host.com domain base_domain: host.com