Document required changes to /etc/hosts file #258

Merged
bustikiller merged 3 commits from bustikiller-patch-2 into main 2025-06-08 07:27:43 +00:00
Showing only changes of commit 918944b345 - Show all commits

View File

@ -57,6 +57,12 @@ The backend service will seed the database with fake data. It's worth noting tha
The backend, frontend and workers have hot-reloading enabled, so changes made to the codebase should be reflected in the application on the next request. The backend, frontend and workers have hot-reloading enabled, so changes made to the codebase should be reflected in the application on the next request.
Please, include this in your `/etc/hosts` file:
```
127.0.0.1 libre-wedding-planner.app.localhost
```
Once all containers have started, visit http://libre-wedding-planner.app.localhost/default/dashboard to load the application. Once all containers have started, visit http://libre-wedding-planner.app.localhost/default/dashboard to load the application.
## Multitenancy ## Multitenancy