Commit 8419a2a4ebf79631f712f3066b8a9d4594fe9666

Authored by Arnaud Abélard
1 parent 32499e82

add mentions of the different placeholders possible for gravatar urls, mentionning the new %{email}

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -108,6 +108,7 @@ production: &base
108 108 ## Gravatar
109 109 gravatar:
110 110 enabled: true # Use user avatar image from Gravatar.com (default: true)
  111 + # gravatar urls: possible placeholders: %{hash} %{size} %{email}
111 112 # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
112 113 # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
113 114  
... ... @@ -224,4 +225,4 @@ test:
224 225 new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new"
225 226  
226 227 staging:
227 228 - <<: *base
  229 + <<: *base
228 230 \ No newline at end of file
... ...