mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-06 10:24:21 +01:00
do not migrate in the beginning (#422)
This commit is contained in:
@@ -45,7 +45,7 @@ class EnvSettings(CashuSettings):
|
||||
cashu_dir: str = Field(default=os.path.join(str(Path.home()), ".cashu"))
|
||||
debug_profiling: bool = Field(default=False)
|
||||
debug_mint_only_deprecated: bool = Field(default=False)
|
||||
db_backup_path: str = Field(default=False)
|
||||
db_backup_path: Optional[str] = Field(default=None)
|
||||
|
||||
|
||||
class MintSettings(CashuSettings):
|
||||
|
||||
Reference in New Issue
Block a user