added db config for kubernetes and helm

This commit is contained in:
Patrick Di Fazio
2025-12-30 12:12:42 +01:00
parent ee0dac91ba
commit c55b1375ad
9 changed files with 97 additions and 1 deletions

View File

@@ -15,4 +15,7 @@ data:
PROBABILITY_ERROR_CODES: "0"
SERVER_HEADER: "Apache/2.2.22 (Ubuntu)"
# CANARY_TOKEN_URL: set-your-canary-token-url-here
# TIMEZONE: "UTC" # IANA timezone (e.g., "America/New_York", "Europe/Rome")
# TIMEZONE: "UTC" # IANA timezone (e.g., "America/New_York", "Europe/Rome")
# Database configuration
DATABASE_PATH: "data/krawl.db"
DATABASE_RETENTION_DAYS: "30"