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

Add exempt domains

This commit is contained in:
Samuel Štancl 2019-01-19 14:49:42 +01:00
parent eaeeeb5046
commit 7b95a9a4cd
2 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,9 @@
return [
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\RedisStorageDriver',
'exempt_domains' => [
// 'localhost',
],
'database' => [
'based_on' => 'mysql',
'prefix' => 'tenant',