From 8419a2a4ebf79631f712f3066b8a9d4594fe9666 Mon Sep 17 00:00:00 2001 From: Arnaud Abélard Date: Thu, 10 Apr 2014 14:17:25 +0000 Subject: [PATCH] add mentions of the different placeholders possible for gravatar urls, mentionning the new %{email} --- config/gitlab.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2bc984c..d5a7c1c 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -108,6 +108,7 @@ production: &base ## Gravatar 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=mm # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm @@ -224,4 +225,4 @@ test: new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new" staging: - <<: *base + <<: *base \ No newline at end of file -- libgit2 0.21.2