mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user