mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
Check DB existsance as config
This commit is contained in:
parent
192594ca28
commit
d4cfe40d51
5 changed files with 5 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ return [
|
|||
* Database tenancy config. Used by DatabaseTenancyBootstrapper.
|
||||
*/
|
||||
'database' => [
|
||||
'check_db_exists' => true,
|
||||
'central_connection' => env('DB_CONNECTION', 'central'),
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue