feat: Add backup and export configurations to the Krawl config map
This commit is contained in:
@@ -68,6 +68,14 @@ data:
|
||||
token_tries: 10
|
||||
dashboard:
|
||||
secret_path: null
|
||||
backups:
|
||||
path: "backups"
|
||||
cron: "*/30 * * * *"
|
||||
enabled: false
|
||||
exports:
|
||||
path: "exports"
|
||||
logging:
|
||||
level: "INFO"
|
||||
database:
|
||||
path: "data/krawl.db"
|
||||
retention_days: 30
|
||||
|
||||
@@ -26,6 +26,14 @@ data:
|
||||
token_tries: 10
|
||||
dashboard:
|
||||
secret_path: null
|
||||
backups:
|
||||
path: "backups"
|
||||
cron: "*/30 * * * *"
|
||||
enabled: false
|
||||
exports:
|
||||
path: "exports"
|
||||
logging:
|
||||
level: "INFO"
|
||||
database:
|
||||
path: "data/krawl.db"
|
||||
retention_days: 30
|
||||
|
||||
Reference in New Issue
Block a user