1
0
Fork 0
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:
Samuel Štancl 2020-03-16 22:55:25 +01:00
parent 80e9a3cc60
commit 04e59449a0
2 changed files with 19 additions and 19 deletions

View file

@ -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,