mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-07-16 05:33:49 +03:00
Added config to change Gravatar URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user