This commit is contained in:
iVampireSP.com 2022-09-09 12:56:23 +08:00
parent 716c4a1249
commit ae743400dc
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 4 additions and 3 deletions

View File

@ -27,9 +27,9 @@ public function boot()
{ {
// //
header('server: Cluster Ready!'); // header('server: Cluster Ready!');
header('x-powered-by: LaeCloud'); // header('x-powered-by: LaeCloud');
header('x-for-you: Code is Poetry.'); // header('x-for-you: Code is Poetry.');
Http::macro('remote', function ($api_token, $url) { Http::macro('remote', function ($api_token, $url) {

View File

@ -107,6 +107,7 @@
'password' => env('REDIS_PASSWORD'), 'password' => env('REDIS_PASSWORD'),
'port' => env('REDIS_PORT', '6379'), 'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_DB', '0'), 'database' => env('REDIS_DB', '0'),
'persistent' => true,
], ],
'cache' => [ 'cache' => [