1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

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

@@ -19,6 +19,7 @@ return [
'gravatar' => env('GRAVATAR', !env('DISABLE_EXTERNAL_SERVICES', false)),
'drawio' => env('DRAWIO', !env('DISABLE_EXTERNAL_SERVICES', false)),
'gravatar_url' => env('GRAVATAR_URL', false),
'callback_url' => env('APP_URL', false),