Wire admin studio SSR and search infrastructure
This commit is contained in:
15
config/toolbar.php
Normal file
15
config/toolbar.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Toolbar cache
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Controls caching behaviour for the per-user toolbar counters. Value is
|
||||
| the TTL in seconds. Use the environment variable
|
||||
| TOOLBAR_CACHE_TTL_SECONDS to override in each environment.
|
||||
|
|
||||
*/
|
||||
'cache_ttl_seconds' => env('TOOLBAR_CACHE_TTL_SECONDS', 30),
|
||||
];
|
||||
Reference in New Issue
Block a user