services.maubot.settings.database
NixOS option
The full URI to the database. SQLite and Postgres are fully supported. Other DBMSes supported by SQLAlchemy may or may not work.
type: stringDefault
"sqlite:maubot.db"
Example
declared in: nixos/modules/services/matrix/maubot.nixView source on NixOS/nixpkgs →"postgresql://username:password@hostname/dbname"