services.umami.settings.DATABASE_URL
NixOS option
Connection string for the database. Must start with postgresql:// or postgres://.
type: null or stringDefault
if config.services.umami.createPostgresqlDatabase then "postgresql://umami@localhost/umami?host=/run/postgresql" else null
Example
declared in: nixos/modules/services/web-apps/umami.nixView source on NixOS/nixpkgs →"postgresql://root:root@localhost/umami"