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

prefix -> suffix [ci skip]

This commit is contained in:
Samuel Štancl 2019-02-20 14:48:36 +01:00 committed by GitHub
parent e17f8d6cd7
commit aea9bb1b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,7 +333,7 @@ Assuming the following tenancy config:
```php ```php
'filesystem' => [ 'filesystem' => [
'suffix_base' => 'tenant', 'suffix_base' => 'tenant',
// Disks which should be suffixed with the prefix_base + tenant UUID. // Disks which should be suffixed with the suffix_base + tenant UUID.
'disks' => [ 'disks' => [
'local', 'local',
// 'public', // 'public',