mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Use default DB connection for central
This commit is contained in:
parent
41127048f1
commit
616c5983a4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ return [
|
|||
* Database tenancy config. Used by DatabaseTenancyBootstrapper.
|
||||
*/
|
||||
'database' => [
|
||||
'central_connection' => 'central',
|
||||
'central_connection' => env('DB_CONNECTION', 'central'),
|
||||
|
||||
/**
|
||||
* Connection used as a "template" for the tenant database connection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue