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"