6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | This file is for storing the credentials for third party services such
11 | as Stripe, Mailgun, Mandrill, and others. This file provides a sane
12 | default location for this type of information, allowing packages
13 | to have a conventional place to find your various credentials.
29 'region' => 'us-east-1',
33 'model' => BookStack\User::class,
39 'client_id' => env('GITHUB_APP_ID', false),
40 'client_secret' => env('GITHUB_APP_SECRET', false),
41 'redirect' => env('APP_URL') . '/login/service/github/callback',
45 'client_id' => env('GOOGLE_APP_ID', false),
46 'client_secret' => env('GOOGLE_APP_SECRET', false),
47 'redirect' => env('APP_URL') . '/login/service/google/callback',