0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

fix: wrong header indent

(cherry picked from commit 0881419f4b)
This commit is contained in:
Kwonunn 2024-10-21 14:47:06 +02:00 committed by github-actions[bot]
parent cb7f49a0c8
commit 1191e379fb

View file

@ -959,7 +959,7 @@ The defaults of the console change if Forgejo detects that stdout and/or stderr
- `SCHEDULE`: **@midnight** : Interval as a duration between each synchronization, it will always attempt synchronization when the instance starts.
- `UPDATE_EXISTING`: **true**: Create new users, update existing user data and disable users that are not in external source anymore (default) or only create new users if UPDATE_EXISTING is set to false.
## Cron - Cleanup Expired Actions Assets (`cron.cleanup_actions`)
#### Cron - Cleanup Expired Actions Assets (`cron.cleanup_actions`)
- `ENABLED`: **true**: Enable cleanup expired actions assets job.
- `RUN_AT_START`: **true**: Run job at start time (if ENABLED).