1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge branch 'custom-avatar-provider' of git://github.com/Vinrobot/BookStack into Vinrobot-custom-avatar-provider

This commit is contained in:
Dan Brown
2018-12-22 18:18:14 +00:00
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),