Commit 8419a2a4ebf79631f712f3066b8a9d4594fe9666
1 parent
32499e82
Exists in
spb-stable
and in
2 other branches
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,6 +108,7 @@ production: &base | ||
108 | ## Gravatar | 108 | ## Gravatar |
109 | gravatar: | 109 | gravatar: |
110 | enabled: true # Use user avatar image from Gravatar.com (default: true) | 110 | enabled: true # Use user avatar image from Gravatar.com (default: true) |
111 | + # gravatar urls: possible placeholders: %{hash} %{size} %{email} | ||
111 | # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm | 112 | # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm |
112 | # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm | 113 | # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm |
113 | 114 | ||
@@ -224,4 +225,4 @@ test: | @@ -224,4 +225,4 @@ test: | ||
224 | new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new" | 225 | new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new" |
225 | 226 | ||
226 | staging: | 227 | staging: |
227 | - <<: *base | 228 | - <<: *base |
229 | + <<: *base | ||
228 | \ No newline at end of file | 230 | \ No newline at end of file |