mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
mint: add trace logs (#213)
This commit is contained in:
@@ -42,6 +42,7 @@ class CashuSettings(BaseSettings):
|
||||
|
||||
class EnvSettings(CashuSettings):
|
||||
debug: bool = Field(default=False)
|
||||
log_level: str = Field(default="INFO")
|
||||
host: str = Field(default="127.0.0.1")
|
||||
port: int = Field(default=3338)
|
||||
cashu_dir: str = Field(default=os.path.join(str(Path.home()), ".cashu"))
|
||||
|
||||
Reference in New Issue
Block a user