1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:34:04 +00:00

Merge branch '2.x' into use-seeder-params-by-seeder

This commit is contained in:
Samuel Štancl 2020-03-17 15:38:23 +01:00
commit 3cf0d7948b
6 changed files with 141 additions and 8 deletions

View file

@ -16,7 +16,7 @@ return [
'tenants' => 'tenants',
'domains' => 'domains',
],
'cache_store' => false, // What store should be used to cache tenant resolution. Set to false to disable cache, null to use default store, or a string with a specific cache store name.
'cache_store' => null, // What store should be used to cache tenant resolution. Set to null to disable cache or a string with a specific cache store name.
'cache_ttl' => 3600, // seconds
],
'redis' => [