services.bookorbit.environment.DATABASE_URL
NixOS option
The URL of the postgresql database.
type: stringDefault
declared in: nixos/modules/services/web-apps/bookorbit.nixView source on NixOS/nixpkgs →if cfg.createDatabaseLocally then "postgresql:///bookorbit?host=/run/postgresql&user=bookorbit" else ""