removal rollback

This commit is contained in:
Chinmay Purav 2022-11-14 23:36:05 +05:30 committed by GitHub
parent 352e6b8b12
commit fc66b6f2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,14 @@ Now we need to actually specify the central domains. A central domain is a domai
], ],
``` ```
If you're using Laravel Sail, no changes are needed, default values are good to go:
```php
'central_domains' => [
'127.0.0.1',
'localhost',
],
```
## Tenant routes {#tenant-routes} ## Tenant routes {#tenant-routes}
Your tenant routes will look like this by default: Your tenant routes will look like this by default: