This commit is contained in:
riglen
2026-04-09 11:05:06 +08:00
parent 96e8402cf9
commit 0dbb84d308
5 changed files with 112 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ class Settings(BaseSettings):
sources_file: Path = CONFIG_DIR / "sources.yaml"
rules_dir: Path = CONFIG_DIR / "rules"
bundle_cache_dir: Path = ROOT_DIR / "output" / "bundle-cache"
fetch_cache_dir: Path = DATA_DIR / "fetch-cache"
model_config = SettingsConfigDict(
env_file=ROOT_DIR / ".env",