mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 00:14:04 +00:00
Make DB creation optional (#299)
This commit is contained in:
parent
5bb743f73d
commit
98ce0ee294
3 changed files with 47 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ return [
|
|||
// 'paypal_api_key' => 'services.paypal.api_key',
|
||||
],
|
||||
'home_url' => '/app',
|
||||
'create_database' => true,
|
||||
'queue_database_creation' => false,
|
||||
'migrate_after_creation' => false, // run migrations after creating a tenant
|
||||
'migration_parameters' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue