2012-08-15 21:06:08 -04:00
|
|
|
# # # # # # # # # # # # # # # # # #
|
2012-07-02 14:51:48 -04:00
|
|
|
# Gitlab application config file #
|
|
|
|
# # # # # # # # # # # # # # # # # #
|
|
|
|
|
2012-07-02 14:59:48 -04:00
|
|
|
#
|
|
|
|
# 1. Common settings
|
|
|
|
# ==========================
|
|
|
|
|
2012-07-02 14:51:48 -04:00
|
|
|
# Web application specific settings
|
|
|
|
web:
|
|
|
|
host: localhost
|
|
|
|
port: 80
|
|
|
|
https: false
|
2011-11-25 15:18:36 -05:00
|
|
|
|
|
|
|
# Email used for notification
|
|
|
|
# about new issues, comments
|
|
|
|
email:
|
2012-07-02 14:51:48 -04:00
|
|
|
from: notify@localhost
|
2012-03-31 08:59:06 -04:00
|
|
|
|
2012-07-02 14:59:48 -04:00
|
|
|
# Application specific settings
|
|
|
|
# Like default project limit for user etc
|
2012-08-15 21:06:08 -04:00
|
|
|
app:
|
|
|
|
default_projects_limit: 10
|
2012-07-09 17:45:43 -04:00
|
|
|
# backup_path: "/vol/backups" # default: Rails.root + backups/
|
2012-07-10 10:12:19 -04:00
|
|
|
# backup_keep_time: 604800 # default: 0 (forever) (in seconds)
|
2012-08-15 21:06:08 -04:00
|
|
|
# disable_gravatar: true # default: false - Disable user avatars from Gravatar.com
|
2012-07-02 14:59:48 -04:00
|
|
|
|
2012-08-15 21:06:08 -04:00
|
|
|
#
|
|
|
|
# 2. Advanced settings:
|
2012-07-02 14:59:48 -04:00
|
|
|
# ==========================
|
|
|
|
|
2012-06-08 19:24:33 -04:00
|
|
|
# Git Hosting configuration
|
2011-12-03 18:44:59 -05:00
|
|
|
git_host:
|
2011-12-03 18:08:08 -05:00
|
|
|
admin_uri: git@localhost:gitolite-admin
|
2011-11-25 15:18:36 -05:00
|
|
|
base_path: /home/git/repositories/
|
2012-08-28 07:06:05 -04:00
|
|
|
# hooks_path: /var/lib/gitolite/.gitolite/hooks/ # only needed when gitolite is not installed according the manual
|
2012-07-02 14:59:48 -04:00
|
|
|
# host: localhost
|
2011-11-25 15:18:36 -05:00
|
|
|
git_user: git
|
2012-06-28 23:30:31 -04:00
|
|
|
upload_pack: true
|
|
|
|
receive_pack: true
|
2011-11-25 15:18:36 -05:00
|
|
|
# port: 22
|
|
|
|
|
|
|
|
# Git settings
|
|
|
|
# Use default values unless you understand it
|
|
|
|
git:
|
2012-06-28 23:30:31 -04:00
|
|
|
path: /usr/bin/git
|
2011-11-25 15:18:36 -05:00
|
|
|
# Max size of git object like commit, in bytes
|
|
|
|
# This value can be increased if you have a very large commits
|
|
|
|
git_max_size: 5242880 # 5.megabytes
|
|
|
|
# Git timeout to read commit, in seconds
|
|
|
|
git_timeout: 10
|