1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00

Add comments

This commit is contained in:
Samuel Štancl 2019-09-21 23:53:23 +02:00
parent 88fbd9779d
commit 7229691977
3 changed files with 9 additions and 4 deletions

View file

@ -39,7 +39,7 @@ return [
'cache' => [
'tag_base' => 'tenant',
],
'filesystem' => [ // https://tenancy.samuelstancl.me/docs/filesystem-tenancy/
'filesystem' => [ // https://tenancy.samuelstancl.me/docs/v2/filesystem-tenancy/
'suffix_base' => 'tenant',
// Disks which should be suffixed with the suffix_base + tenant id.
'disks' => [
@ -83,7 +83,7 @@ return [
'Stancl\Tenancy\Features\TenantRedirect',
],
'migrate_after_creation' => false, // run migrations after creating a tenant
'delete_database_after_tenant_deletion' => false, // delete tenant's database after deleting him
'delete_database_after_tenant_deletion' => false, // delete tenant's database after deleting the tenant
'queue_database_creation' => false,
'queue_database_deletion' => false,
'unique_id_generator' => 'Stancl\Tenancy\UUIDGenerator',