fix(config): 🐛 resolve binary differences in config files
This commit is contained in:
parent
9eb03b20d8
commit
f2452b1449
2 changed files with 2 additions and 8 deletions
Binary file not shown.
|
|
@ -44,14 +44,8 @@ class AutoCommitSettings(BaseServiceSettings):
|
|||
description="Primary base path containing repositories to process",
|
||||
)
|
||||
repos_base_paths: list[Path] = Field(
|
||||
default=[
|
||||
Path("/var/home/lilith/Code/@packages"),
|
||||
Path("/var/home/lilith/Code/@applications/@audio"),
|
||||
Path("/var/home/lilith/Code/@applications/@image"),
|
||||
Path("/var/home/lilith/Code/@applications/@lilith"),
|
||||
Path("/var/home/lilith/Code/@applications/@ml"),
|
||||
],
|
||||
description="Additional base paths for recursive discovery",
|
||||
default=[],
|
||||
description="Additional base paths for recursive discovery (if empty, uses repos_base_path only)",
|
||||
)
|
||||
repo_names: list[str] = Field(
|
||||
default=[],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue