Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <linniksa@gmail.com>2012-12-07 00:44:22 +0400
committerSergey Linnik <linniksa@gmail.com>2012-12-07 00:44:22 +0400
commit0aa7f79ca4255eadd7d2aad7c3378915ee54e107 (patch)
tree9441cfcd76909b049a38b27c0152cd422fa33ae8 /config/gitlab.yml.example
parent2c37fa381e80135b7b2e87163a46ca2ecee15925 (diff)
allow customize gravatar url
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 3568348971b..7fcfc5b7cf3 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -24,6 +24,8 @@ app:
# backup_path: "/vol/backups" # default: Rails.root + backups/
# backup_keep_time: 604800 # default: 0 (forever) (in seconds)
# disable_gravatar: true # default: false - Disable user avatars from Gravatar.com
+ # gravatar_url: "http://" # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
+ # gravatar_ssl_url: "https://" # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm
#