config: make `conf.toml` the default load target
parent
57010d479d
commit
b1cde3df49
|
@ -246,7 +246,8 @@ def repodir() -> Path:
|
||||||
|
|
||||||
|
|
||||||
def load(
|
def load(
|
||||||
conf_name: str = 'brokers', # appended with .toml suffix
|
# NOTE: always appended with .toml suffix
|
||||||
|
conf_name: str = 'conf',
|
||||||
path: Path | None = None,
|
path: Path | None = None,
|
||||||
|
|
||||||
decode: Callable[
|
decode: Callable[
|
||||||
|
|
Loading…
Reference in New Issue