##
## Redmine-Gitolite integration config
##
## needs to be placed into /etc/redmine/default/redmine-gitolite
##

## the user gitolite runs as, should be the same as the webserver user
GITOLITE_USER=www-data

## redmine database credentials - type can be either "psql" or "mysql"
REDMINE_DB_HOST=
REDMINE_DB_USER=
REDMINE_DB_PASS=
REDMINE_DB_NAME=
REDMINE_DB_TYPE=mysql

REDMINE_SERVER=localhost/redmine

## where to put the repos - should be under the redmine webroot
REDMINE_REPO_DIR=/var/www/repositories

## repository template location
## leave empty if 'git init' call shall be used instead
# REDMINE_REPO_TEMPLATE=${REDMINE_REPO_DIR}/__dummy__.git
