@@ -91,6 +91,21 @@ To disable parts of the setup, you may use one or more of the following options:
| --no-rabbit | Disable the message broker |
| --no-psql | Disable the database |
For example, call the setup as follows:
```bash
# if you want to develop on the frag.jetzt frontend only
./setup.sh --no-frontend
# if you want to develop on the frag.jetzt frontend and backend
./setup.sh --no-frontend--no-backend
# if you want to develop on the frag.jetzt backend only
./setup.sh --no-backend
# and so on
```
#### Reconfigure Setup
If you have already created a configuration, you can always call the setup script to enable or disable parts of the application without changing the environment configuration or secrets.