Add avatar_server_url configuration option in order to support Libravatar (#9112).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18124 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-05-04 15:59:50 +00:00
parent 400e1ca2ff
commit bf0246ce83
8 changed files with 42 additions and 6 deletions

View File

@@ -209,6 +209,21 @@ default:
# allowed values: :memory, :file, :memcache
#openid_authentication_store: :memory
# URL of the avatar server
#
# By default, Redmine uses Gravatar as the avatar server for displaying
# user icons. You can switch to another Gravatar-compatible server such
# as Libravatar and opensource servers listed on
# https://wiki.libravatar.org/running_your_own/
#
# URL of each avatar is: #{avatar_server_url}/avatar/#{hash}
#
# Examples:
# avatar_server_url: https://www.gravatar.com # default
# avatar_server_url: https://seccdn.libravatar.org
#
avatar_server_url:
# specific configuration options for production environment
# that overrides the default ones
production: