diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-14 12:31:47 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-14 12:31:47 +0200 |
commit | 1d432e96bc44ad2f7f67dc4a551d34083f51f281 (patch) | |
tree | bc2f26e58e9d609e4857b10da02c9704fb1f9acc /config/gitlab.yml.example | |
parent | 9abe5d36d79971a8dda3626a2bab90e42c401014 (diff) | |
download | gitlab-ce-1d432e96bc44ad2f7f67dc4a551d34083f51f281.tar.gz |
Add a link to libravatar doc in gitlab.yml.example.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 857643c006e..7f624f92a8b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -119,6 +119,7 @@ production: &base # new_issue_url: "http://jira.sample/secure/CreateIssue.jspa" ## Gravatar + ## For Libravatar see: http://doc.gitlab.com/ce/customization/libravatar.html gravatar: enabled: true # Use user avatar image from Gravatar.com (default: true) # gravatar urls: possible placeholders: %{hash} %{size} %{email} |