Commit 8419a2a4 authored by Arnaud Abélard's avatar Arnaud Abélard

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

parent 32499e82
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment