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