mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Upgraded app to Laravel 5.7
This commit is contained in:
@ -25,6 +25,7 @@ return [
|
||||
'mailgun' => [
|
||||
'domain' => '',
|
||||
'secret' => '',
|
||||
'endpoint' => '',
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
@ -37,6 +38,10 @@ return [
|
||||
'model' => \BookStack\Auth\User::class,
|
||||
'key' => '',
|
||||
'secret' => '',
|
||||
'webhook' => [
|
||||
'secret' => '',
|
||||
'tolerance' => 300,
|
||||
],
|
||||
],
|
||||
|
||||
'github' => [
|
||||
|
Reference in New Issue
Block a user