Merge pull request #72 from BlessedRebuS/feat/blocklist-api

Minors correction to config file
This commit is contained in:
Patrick Di Fazio
2026-02-03 14:48:14 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -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
icon: https://raw.githubusercontent.com/blessedrebus/krawl/main/img/krawl-svg.svg

View File

@@ -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