services.umami.settings.DATABASE_URL

NixOS option

Connection string for the database. Must start with postgresql:// or postgres://.

type: null or string
Default
if config.services.umami.createPostgresqlDatabase then "postgresql://umami@localhost/umami?host=/run/postgresql" else null
Example
"postgresql://root:root@localhost/umami"
declared in: nixos/modules/services/web-apps/umami.nixView source on NixOS/nixpkgs →