forked from cms/tibi-svelte-starter
audit enabled, snapshot config
This commit is contained in:
@@ -41,3 +41,51 @@ admin:
|
||||
tokens:
|
||||
- token: ${ADMIN_TOKEN}
|
||||
allowReload: true
|
||||
allowSnapshots: true
|
||||
allowRegenerateSearch: true
|
||||
|
||||
audit:
|
||||
enabled: true
|
||||
|
||||
snapshotPath: ../snapshots
|
||||
|
||||
snapshots:
|
||||
- name: daily
|
||||
description: Content, Navigation, Tags, Medialib – alle redaktionellen Daten inkl. Medien
|
||||
enabled: true
|
||||
schedule: "0 12 * * *"
|
||||
collections:
|
||||
- content
|
||||
- navigation
|
||||
- tags
|
||||
- medialib
|
||||
- ssr
|
||||
includeMedia: true
|
||||
retention:
|
||||
maxCount: 14
|
||||
|
||||
- name: full-daily
|
||||
description: Vollständiger täglicher Snapshot inkl. Medien
|
||||
enabled: true
|
||||
schedule: "0 3 * * *"
|
||||
includeMedia: true
|
||||
retention:
|
||||
maxCount: 14
|
||||
|
||||
- name: full-weekly
|
||||
description: Komplett-Snapshot inkl. Media – für Disaster Recovery
|
||||
enabled: true
|
||||
schedule: "0 5 * * 0"
|
||||
collections: []
|
||||
includeMedia: true
|
||||
retention:
|
||||
maxCount: 12
|
||||
|
||||
- name: full-monthly
|
||||
description: Monatliches Langzeitarchiv
|
||||
enabled: true
|
||||
schedule: "0 6 1 * *"
|
||||
collections: []
|
||||
includeMedia: true
|
||||
retention:
|
||||
maxCount: 12
|
||||
|
||||
Reference in New Issue
Block a user