config: make `conf.toml` the default load target

distribute_dis
Tyler Goodlet 2023-09-28 12:29:07 -04:00
parent 57010d479d
commit b1cde3df49
1 changed files with 2 additions and 1 deletions

View File

@ -246,7 +246,8 @@ def repodir() -> Path:
def load(
conf_name: str = 'brokers', # appended with .toml suffix
# NOTE: always appended with .toml suffix
conf_name: str = 'conf',
path: Path | None = None,
decode: Callable[