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.

View file

@ -136,7 +136,7 @@ Now we need to actually specify the central domains. A central domain is a domai
],
```
>If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}):
>If you're using Laravel Sail, no changes required:
## Tenant routes {#tenant-routes}