removed irrelevant default configuration

This commit is contained in:
Chinmay Purav 2022-10-01 11:37:08 +05:30
parent 89f3c6ec14
commit f72cb23794
2 changed files with 1 additions and 14 deletions

View file

@ -6,19 +6,6 @@ section: content
# Laravel Sail {#sail}
## Central domains
If you're using Laravel Sail, no changes are needed, default values are good to go:
```php
// config/tenancy.php
'central_domains' => [
'127.0.0.1',
'localhost',
],
```
## Creating tenants
Before creating any tenants you have to ensure that the `sail` user has the necessary permissions.