1
0
Fork 0
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:
Samuel Štancl 2020-02-26 08:49:08 +01:00 committed by GitHub
parent 5bb743f73d
commit 98ce0ee294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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' => [