1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-22 08:21:14 +00:00

Gravatar icons are broken if configuration.yml.example file is used as is (#9112, #31428).

Contributed by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18192 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-05-23 08:28:13 +00:00
parent d646ec22cf
commit 6593f1bb42

View File

@ -218,11 +218,8 @@ default:
# #
# URL of each avatar is: #{avatar_server_url}/avatar/#{hash} # URL of each avatar is: #{avatar_server_url}/avatar/#{hash}
# #
# Examples: #avatar_server_url: https://www.gravatar.com # default
# avatar_server_url: https://www.gravatar.com # default #avatar_server_url: https://seccdn.libravatar.org
# avatar_server_url: https://seccdn.libravatar.org
#
avatar_server_url:
# specific configuration options for production environment # specific configuration options for production environment
# that overrides the default ones # that overrides the default ones