Database

Section [Database]

Database.DuplicateCreds: bool = false

Maps to database.DatabaseConfig.db_duplicate_creds

Controls whether duplicate credentials are stored. If set to false, each unique credential set is stored and displayed only once.

Database.Directory: str

Maps to database.DatabaseConfig.db_dir

Specifies a custom directory for storing the database. This setting overrides the default directory configured via Dementor.Workspace.

Database.Name: str = "Dementor.db"

Maps to database.DatabaseConfig.db_name

Sets the filename of the database to be used.