Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
4435526b0e
commit
5ff2289eeb
@@ -31,7 +31,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'is_docker' => env('DOCKER', false),
|
||||
'is_docker' => env('DOCKER', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -44,6 +44,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'beacon' => env('CACHET_BEACON', true),
|
||||
'beacon' => env('CACHET_BEACON', true),
|
||||
|
||||
];
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'github' => [
|
||||
'github' => [
|
||||
'token' => env('GITHUB_TOKEN'),
|
||||
],
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'automatic_localization' => false,
|
||||
'automatic_localization' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -79,7 +79,7 @@ return [
|
||||
|
||||
'enable_external_dependencies' => true,
|
||||
|
||||
/*
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Show the timezone
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -90,7 +90,7 @@ return [
|
||||
|
||||
'show_timezone' => false,
|
||||
|
||||
/*
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Skip subscriber verifications
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -101,7 +101,7 @@ return [
|
||||
|
||||
'skip_subscriber_verification' => false,
|
||||
|
||||
/*
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Only disrupted days
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -30,13 +30,13 @@ return [
|
||||
* To trust one or more specific proxies that connect
|
||||
* directly to your server, use an array of IP addresses:
|
||||
*/
|
||||
// 'proxies' => ['192.168.1.1'],
|
||||
// 'proxies' => ['192.168.1.1'],
|
||||
|
||||
/*
|
||||
* Or, to trust all proxies that connect
|
||||
* directly to your server, use a "*"
|
||||
*/
|
||||
// 'proxies' => '*',
|
||||
// 'proxies' => '*',
|
||||
|
||||
/*
|
||||
* Which headers to use to detect proxy related data (For, Host, Proto, Port)
|
||||
|
||||
Reference in New Issue
Block a user