docs: enabling the auto-updater

This commit is contained in:
Moritz 2023-03-01 12:52:21 +01:00
parent 11059e9536
commit ae720495a6

View File

@ -283,9 +283,9 @@ MAILFROM=noreply@example.com
30 4 * * * root ~/kadabra upgrade --all
EOF
```
Add `ENABLE_AUTO_UPDATE=true` to the env config (`abra app config <app name>`) to enable the auto-updater for a specific app.
## Finishing up