services.umami.settings.DATABASE_URL
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
- <nixpkgs/nixos/modules/services/web-apps/umami.nix>