mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:14:05 +00:00
Add comments to config
This commit is contained in:
parent
77df467567
commit
b4caaaed51
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ return [
|
|||
'custom_columns' => [
|
||||
// 'plan',
|
||||
],
|
||||
'connection' => null,
|
||||
'connection' => null, // Your central database connection. Set to null to use the default connection.
|
||||
'table_names' => [
|
||||
'TenantModel' => 'tenants',
|
||||
'DomainModel' => 'domains',
|
||||
|
|
@ -27,7 +27,7 @@ return [
|
|||
// 'localhost',
|
||||
],
|
||||
'database' => [
|
||||
'based_on' => null, // The connection that will be used as a base for the dynamically created tenant connection.
|
||||
'based_on' => null, // The connection that will be used as a base for the dynamically created tenant connection. Set to null to use the default connection.
|
||||
'prefix' => 'tenant',
|
||||
'suffix' => '',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue