Updated doctrine and emoji packages
This commit is contained in:
@@ -23,4 +23,38 @@ return [
|
||||
|
||||
'token' => env('GITHUB_TOKEN', null),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cache Connection
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may tell us what cache connection to use. To use the default,
|
||||
| set this to null.
|
||||
|
|
||||
*/
|
||||
|
||||
'connection' => null,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cache Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may tell us what cache key to use for storing the emoji map.
|
||||
|
|
||||
*/
|
||||
|
||||
'key' => 'emoji',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cache Life
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may tell us how long in minutes to cache the emoji map.
|
||||
|
|
||||
*/
|
||||
|
||||
'life' => 10080,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user