update .
This commit is contained in:
parent
716c4a1249
commit
ae743400dc
@ -27,9 +27,9 @@ public function boot()
|
||||
{
|
||||
//
|
||||
|
||||
header('server: Cluster Ready!');
|
||||
header('x-powered-by: LaeCloud');
|
||||
header('x-for-you: Code is Poetry.');
|
||||
// header('server: Cluster Ready!');
|
||||
// header('x-powered-by: LaeCloud');
|
||||
// header('x-for-you: Code is Poetry.');
|
||||
|
||||
|
||||
Http::macro('remote', function ($api_token, $url) {
|
||||
|
@ -107,6 +107,7 @@
|
||||
'password' => env('REDIS_PASSWORD'),
|
||||
'port' => env('REDIS_PORT', '6379'),
|
||||
'database' => env('REDIS_DB', '0'),
|
||||
'persistent' => true,
|
||||
],
|
||||
|
||||
'cache' => [
|
||||
|
Loading…
Reference in New Issue
Block a user