services.umami.settings.DATABASE_URL_FILE
A file containing a connection string for the database. The connection string
must start with postgresql:// or postgres://.
The contents of the file are read through systemd credentials, therefore the
user running umami does not need permissions to read the file.
- Type
null or string- Default
null- Example
"/run/secrets/umamiDatabaseUrl"- Declared
- <nixpkgs/nixos/modules/services/web-apps/umami.nix>