1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 21:34:03 +00:00

Make DB creation optional

This commit is contained in:
Samuel Štancl 2020-02-26 08:38:18 +01:00
parent 5bb743f73d
commit 3f1fed096c
3 changed files with 47 additions and 1 deletions

View file

@ -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' => [