summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-25 12:24:33 +0000
committerRémy Coutable <remy@rymai.me>2018-01-25 12:24:33 +0000
commitd772f52e1ec5848b00fc590606d33645f0799eb5 (patch)
treedf516057bab79e8ee01707e50ee70f05cc48231c /config/gitlab.yml.example
parent7ea8ea8e1a214bf622b27867300ffb25887d2b7f (diff)
parent85940d766a30edb707b3e5154f38ae90c935e0a2 (diff)
downloadgitlab-ce-d772f52e1ec5848b00fc590606d33645f0799eb5.tar.gz
Merge branch 'default-to-https-for-gravatar-urls' into 'master'
Default to HTTPS for all Gravatar URLs See merge request gitlab-org/gitlab-ce!16666
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index f2f05b3eeb2..238e1583770 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -175,10 +175,12 @@ production: &base
host: 'https://mattermost.example.com'
## Gravatar
- ## For Libravatar see: http://doc.gitlab.com/ce/customization/libravatar.html
+ ## If using gravatar.com, there's nothing to change here. For Libravatar
+ ## you'll need to provide the custom URLs. For more information,
+ ## see: https://docs.gitlab.com/ee/customization/libravatar.html
gravatar:
- # gravatar urls: possible placeholders: %{hash} %{size} %{email} %{username}
- # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon
+ # Gravatar/Libravatar URLs: possible placeholders: %{hash} %{size} %{email} %{username}
+ # plain_url: "http://..." # default: https://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon
# ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon
## Auxiliary jobs