]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Added social sign in
[bookstack] / config / app.php
index 80012a3ede1f2ec2dc67b215c5dd180ba48d50a6..9780558b9ad715246b5450566e26c062cf9def84 100644 (file)
@@ -26,7 +26,7 @@ return [
     |
     */
 
-    'url'             => 'http://localhost',
+    'url'             => env('APP_URL', 'http://localhost'),
 
     /*
     |--------------------------------------------------------------------------
@@ -136,6 +136,7 @@ return [
         Illuminate\Translation\TranslationServiceProvider::class,
         Illuminate\Validation\ValidationServiceProvider::class,
         Illuminate\View\ViewServiceProvider::class,
+        Laravel\Socialite\SocialiteServiceProvider::class,
 
         /**
          * Third Party
@@ -199,6 +200,7 @@ return [
         'URL'       => Illuminate\Support\Facades\URL::class,
         'Validator' => Illuminate\Support\Facades\Validator::class,
         'View'      => Illuminate\Support\Facades\View::class,
+        'Socialite' => Laravel\Socialite\Facades\Socialite::class,
 
         /**
          * Third Party