diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d0c00cd..6e37702 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: krawl-chart description: A Helm chart for Krawl honeypot server type: application -version: 1.0.0 +version: 1.0.2 appVersion: 1.0.2 keywords: - honeypot @@ -13,4 +13,4 @@ maintainers: home: https://github.com/blessedrebus/krawl sources: - https://github.com/blessedrebus/krawl -icon: https://raw.githubusercontent.com/blessedrebus/krawl/main/img/krawl-svg.svg \ No newline at end of file +icon: https://raw.githubusercontent.com/blessedrebus/krawl/main/img/krawl-svg.svg diff --git a/src/config.py b/src/config.py index b98a750..b17df7e 100644 --- a/src/config.py +++ b/src/config.py @@ -42,7 +42,6 @@ class Config: # Database settings database_path: str = "data/krawl.db" database_retention_days: int = 30 - exports_path: str = "data/exports" # Analyzer settings http_risky_methods_threshold: float = None