services.sstorytime.settings.POSTGRESQL_URI

NixOS option

PostgreSQL connection URI. When database.createLocally is true, defaults to a peer-auth socket URI. For remote databases prefer environmentFile if the URI contains secrets.

type: null or string
Default
null
Example
"postgresql://sstoryline@/sstoryline?host=/run/postgresql"
declared in: nixos/modules/services/web-apps/sstorytime.nixView source on NixOS/nixpkgs →