mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:34:02 +00:00
Update config.php
This commit is contained in:
parent
d198baf55c
commit
7d7fca874a
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ return [
|
||||||
*/
|
*/
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'prefix_base' => 'tenant', // Each key in Redis will be prepended by this prefix_base, followed by the tenant id.
|
'prefix_base' => 'tenant', // Each key in Redis will be prepended by this prefix_base, followed by the tenant id.
|
||||||
|
'suffix' => '',
|
||||||
'prefixed_connections' => [ // Redis connections whose keys are prefixed, to separate one tenant's keys from another.
|
'prefixed_connections' => [ // Redis connections whose keys are prefixed, to separate one tenant's keys from another.
|
||||||
// 'default',
|
// 'default',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue