step1
This commit is contained in:
@@ -28,6 +28,7 @@ class Settings(BaseSettings):
|
||||
default_user_agent: str = "sub-provider/0.2"
|
||||
|
||||
sources_file: Path = CONFIG_DIR / "sources.yaml"
|
||||
conf_base_file: Path = CONFIG_DIR / "conf" / "base.conf"
|
||||
rules_dir: Path = CONFIG_DIR / "rules"
|
||||
bundle_cache_dir: Path = ROOT_DIR / "output" / "bundle-cache"
|
||||
fetch_cache_dir: Path = DATA_DIR / "fetch-cache"
|
||||
|
||||
Reference in New Issue
Block a user