services.druid.coordinator.config
NixOS option
(key=value) Configuration to be written to runtime.properties of the druid Druid Coordinator https://druid.apache.org/docs/latest/configuration/index.html
type: attribute set of anythingDefault
{ }Example
declared in: nixos/modules/services/cluster/druid/default.nixView source on NixOS/nixpkgs →{
"druid.plainTextPort" = "8082";
"druid.service" = "servicename";
}