Added config to change Gravatar URL

This commit is contained in:
Vinrobot
2018-11-08 09:14:11 +01:00
parent 5b36ddb12f
commit 5e6c039b08
4 changed files with 17 additions and 5 deletions

View File

@@ -61,6 +61,11 @@ DISCORD_APP_SECRET=false
# External services such as Gravatar and Draw.IO
DISABLE_EXTERNAL_SERVICES=false
# Default GRAVATAR_URL set to Gravatar service
GRAVATAR_URL=false
# To use a different service to get user's avatar like libravatar
# Possible placeholders: %{hash} %{size} %{email}
#GRAVATAR_URL=https://seccdn.libravatar.org/avatar/%{hash}?s=%{size}&d=identicon
# LDAP Settings
LDAP_SERVER=false