services.maubot.settings.database
The full URI to the database. SQLite and Postgres are fully supported. Other DBMSes supported by SQLAlchemy may or may not work.
- Type
string- Default
"sqlite:maubot.db"- Example
"postgresql://username:password@hostname/dbname"- Declared
- <nixpkgs/nixos/modules/services/matrix/maubot.nix>