services.bookorbit.environment.DATABASE_URL

NixOS option

The URL of the postgresql database.

type: string
Default
if cfg.createDatabaseLocally then "postgresql:///bookorbit?host=/run/postgresql&user=bookorbit" else ""
declared in: nixos/modules/services/web-apps/bookorbit.nixView source on NixOS/nixpkgs →