diff options
author | Artem Sidorenko <artem@posteo.de> | 2016-04-30 16:35:10 +0200 |
---|---|---|
committer | Artem Sidorenko <artem@posteo.de> | 2016-05-04 17:45:29 +0200 |
commit | fb5682e7cd587e7e6c871588240fc49b325b042f (patch) | |
tree | fcf17333a4039e7e800aa07e754034edcdc12853 /config/gitlab.yml.example | |
parent | 6a8359f3d3be01af6f5b124b61af7ee1c77c17d0 (diff) | |
download | gitlab-ce-fb5682e7cd587e7e6c871588240fc49b325b042f.tar.gz |
Use the new admin settings for gravatar
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 07ce4b6d715..e682bcb976d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -152,7 +152,6 @@ production: &base ## 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} # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon |