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