MyNixOS website logo
option

services.umami.settings.DATABASE_URL

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

Declarations
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"