Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
5a80a28a
Commit
5a80a28a
authored
Mar 03, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3123 from wtw/patch-1
Corrected some typos in gitlab.yml.example comments
parents
891dc550
1c8c5c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
config/gitlab.yml.example
config/gitlab.yml.example
+16
-17
No files found.
config/gitlab.yml.example
View file @
5a80a28a
# # # # # # # # # # # # # # # # # #
# Git
l
ab application config file #
# Git
L
ab application config file #
# # # # # # # # # # # # # # # # # #
#
# How to use:
...
...
@@ -41,21 +41,21 @@ production: &base
## External issues trackers
issues_tracker:
redmine:
## If not nil, link 'Issues' on project page will be replaced
tp
this
## If not nil, link 'Issues' on project page will be replaced
with
this
## Use placeholders:
## :project_id - Git
l
ab project identifier
## :project_id - Git
L
ab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker
project_url: "http://redmine.sample/projects/:issues_tracker_id"
## If not nil, links from /#\d/ entities from commit messages will replaced
to
this
## If not nil, links from /#\d/ entities from commit messages will replaced
with
this
## Use placeholders:
## :project_id - Git
l
ab project identifier
## :project_id - Git
L
ab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker
## :id - Issue id (from commit messages)
issues_url: "http://redmine.sample/issues/:id"
## Gravatar
gravatar:
enabled: true # Use user avatar image
s
from Gravatar.com (default: true)
enabled: true # Use user avatar image from Gravatar.com (default: true)
# plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
# ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
...
...
@@ -76,22 +76,21 @@ production: &base
bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
password: '_the_password_of_the_bind_user'
## Omni
a
uth settings
## Omni
A
uth settings
omniauth:
# Enable ability for users
# Allow logging in via Twitter, Google, etc. using Omniauth providers
# Allow login via Twitter, Google, etc. using OmniAuth providers
enabled: false
# CAUTION!
# This allows users to login without having a user account first (default: false)
# This allows users to login without having a user account first (default: false)
.
# User accounts will be created automatically when authentication was successful.
allow_single_sign_on: false
# Locks down those users until they have been cleared by the admin (default: true)
# Locks down those users until they have been cleared by the admin (default: true)
.
block_auto_created_users: true
## Auth providers
# Uncomment the lines and fill in the data of the auth provider you want to use
# If your favorite auth provider is not listed you can use
r
others:
# Uncomment the
following
lines and fill in the data of the auth provider you want to use
# If your favorite auth provider is not listed you can use others:
# see https://github.com/gitlabhq/gitlabhq/wiki/Using-Custom-Omniauth-Providers
# The 'app_id' and 'app_secret' parameters are always passed as the first two
# arguments, followed by optional 'args' which can be either a hash or an array.
...
...
@@ -130,7 +129,7 @@ production: &base
upload_pack: true
receive_pack: true
# If you use non-standar
t
ssh port you need to specify it
# If you use non-standar
d
ssh port you need to specify it
# ssh_port: 22
## Git settings
...
...
@@ -138,10 +137,10 @@ production: &base
# Use the default values unless you really know what you are doing
git:
bin_path: /usr/bin/git
# Max size of
git object like commit
, in bytes
# This value can be increased if you have
a
very large commits
# Max size of
a git object (e.g. a commit)
, in bytes
# This value can be increased if you have very large commits
max_size: 5242880 # 5.megabytes
# Git timeout to read commit, in seconds
# Git timeout to read
a
commit, in seconds
timeout: 10
development:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment