mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:24:04 +00:00
request data identification: add tenant_model_column configuration
This commit is contained in:
parent
16171b1eaa
commit
ec9b585e70
5 changed files with 61 additions and 20 deletions
|
|
@ -132,6 +132,8 @@ return [
|
|||
'cookie' => 'tenant',
|
||||
'query_parameter' => 'tenant',
|
||||
|
||||
'tenant_model_column' => null, // null = tenant key
|
||||
|
||||
'cache' => false,
|
||||
'cache_ttl' => 3600, // seconds
|
||||
'cache_store' => null, // null = default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue