MyNixOS website logo
option

services.umami.settings.DATABASE_URL_FILE

A file containing a connection string for the database. The connection string must start with postgresql://, postgres:// or mysql://. If using this, then DATABASE_TYPE must be set to the appropriate value. The contents of the file are read through systemd credentials, therefore the user running umami does not need permissions to read the file.

Declarations
Type
null or string
Default
null
Example
"/run/secrets/umamiDatabaseUrl"