diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-26 10:56:08 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-06-01 10:07:24 -0500 |
commit | dcd002a15bd9a3efee7b75de17c0f6d303c2a009 (patch) | |
tree | 3fd8d97ccfa808bcaa59ee13c0b1450fbc7539ec /config | |
parent | bd259d6bab4b3c9856be6c3d2e0c16e0836c9380 (diff) | |
download | gitlab-ce-dcd002a15bd9a3efee7b75de17c0f6d303c2a009.tar.gz |
Add username parameter to gravatar URL
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index a727f7e2fa3..cdd3acf098b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -169,7 +169,7 @@ production: &base ## Gravatar ## For Libravatar see: http://doc.gitlab.com/ce/customization/libravatar.html gravatar: - # gravatar urls: possible placeholders: %{hash} %{size} %{email} + # gravatar urls: possible placeholders: %{hash} %{size} %{email} %{username} # 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 |