services.davis.database.urlFile

NixOS option

A file containing the database connection url. If set then it overrides all other database settings (except driver). This is mandatory if you want to use an external database, that is when services.davis.database.createLocally is false.

type: null or absolute path
Default
null
Example
"/run/secrets/davis-db-url"
declared in: nixos/modules/services/web-apps/davis.nixView source on NixOS/nixpkgs →