docs: enabling the auto-updater
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-03-01 12:52:21 +01:00
parent 11059e9536
commit ae720495a6
1 changed files with 1 additions and 1 deletions

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