重构
This commit is contained in:
@@ -29,6 +29,7 @@ class Settings(BaseSettings):
|
||||
|
||||
sources_file: Path = CONFIG_DIR / "sources.yaml"
|
||||
conf_base_file: Path = CONFIG_DIR / "conf" / "base.conf"
|
||||
conf_profiles_dir: Path = CONFIG_DIR / "conf" / "profiles"
|
||||
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