mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
Use constructor parameter instead of config
This commit is contained in:
parent
80e9a3cc60
commit
04e59449a0
2 changed files with 19 additions and 19 deletions
|
|
@ -95,10 +95,6 @@ return [
|
|||
'storage_to_config_map' => [ // Used by the TenantConfig feature
|
||||
// 'paypal_api_key' => 'services.paypal.api_key',
|
||||
],
|
||||
'identification' => [
|
||||
'header' => 'X-Tenant', // Can be anything, but should really start with "X-",
|
||||
'query_parameter' => '_tenant',
|
||||
],
|
||||
'home_url' => '/app',
|
||||
'create_database' => true,
|
||||
'queue_database_creation' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue