mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Change the default config
This commit is contained in:
parent
cbabb9136d
commit
eaeeeb5046
1 changed files with 4 additions and 3 deletions
|
|
@ -3,14 +3,15 @@
|
|||
return [
|
||||
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\RedisStorageDriver',
|
||||
'database' => [
|
||||
'based_on' => 'sqlite',
|
||||
'based_on' => 'mysql',
|
||||
'prefix' => 'tenant',
|
||||
'suffix' => '.sqlite',
|
||||
'suffix' => '',
|
||||
],
|
||||
'redis' => [
|
||||
'prefix_base' => 'tenant',
|
||||
'prefixed_connections' => [
|
||||
'default',
|
||||
'cache',
|
||||
],
|
||||
],
|
||||
'cache' => [
|
||||
|
|
@ -21,7 +22,7 @@ return [
|
|||
'suffix_base' => 'tenant',
|
||||
// Disks which should be suffixed with the suffix_base + tenant UUID.
|
||||
'disks' => [
|
||||
// 'local',
|
||||
'local',
|
||||
// 's3',
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue