mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 09:42:10 +08:00
Update services.php
This commit is contained in:
parent
1651c807cb
commit
f51e0e9eb9
|
@ -95,9 +95,9 @@ return [
|
|||
],
|
||||
|
||||
'twitch' => [
|
||||
'client_id' => env('TWITCH_KEY'),
|
||||
'client_secret' => env('TWITCH_SECRET'),
|
||||
'redirect' => env('TWITCH_REDIRECT_URI'),
|
||||
'client_id' => env('TWITCH_APP_ID'),
|
||||
'client_secret' => env('TWITCH_APP_SECRET'),
|
||||
'redirect' => env('APP_URL') . '/login/service/twitch/callback',
|
||||
'name' => 'Twitch',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user