mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
fix(config): ignore extra configs
This commit is contained in:
parent
266125399e
commit
1609adc670
@ -50,6 +50,7 @@ class Settings(BaseSettings):
|
|||||||
yaml_file=str(Path.home() / ".memos" / "config.yaml"),
|
yaml_file=str(Path.home() / ".memos" / "config.yaml"),
|
||||||
yaml_file_encoding="utf-8",
|
yaml_file_encoding="utf-8",
|
||||||
env_prefix="MEMOS_",
|
env_prefix="MEMOS_",
|
||||||
|
extra="ignore",
|
||||||
)
|
)
|
||||||
|
|
||||||
base_dir: str = "~/.memos"
|
base_dir: str = "~/.memos"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user