mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:54:04 +00:00
Update config.php
This commit is contained in:
parent
e645a28e7c
commit
6915f67199
1 changed files with 1 additions and 1 deletions
|
|
@ -150,8 +150,8 @@ return [
|
||||||
'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.
|
||||||
'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',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Features are classes that provide additional functionality
|
* Features are classes that provide additional functionality
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue