slidgnal.config

Config contains plugin-specific configuration for Signal, and is loaded automatically by the core configuration framework.

Attributes

Module Contents

slidgnal.config.DB_PATH: pathlib.Path | None[source]
slidgnal.config.DB_PATH__DOC = 'The path to the database used for the Signal plugin. Default to ${SLIDGE_HOME_DIR}/slidgnal/signal.db'[source]
slidgnal.config.DB_PARAMS = '?_txlock=immediate&_foreign_keys=true&_journal_mode=WAL'[source]
slidgnal.config.DB_PARAMS__DOC = 'Additional parameters to pass to database connection string.'[source]