mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:14:04 +00:00
create host connection for creating, deleting tenants
This commit is contained in:
parent
abd17f83a1
commit
cd6e989c09
7 changed files with 201 additions and 8 deletions
|
|
@ -47,6 +47,11 @@ return [
|
|||
*/
|
||||
'template_tenant_connection' => null,
|
||||
|
||||
/**
|
||||
* Tenant host connection name used to create a temporary connection for creating, deleting database
|
||||
*/
|
||||
'tenant_host_connection_name' => 'tenant_host_connection',
|
||||
|
||||
/**
|
||||
* Tenant database names are created like this:
|
||||
* prefix + tenant_id + suffix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue