MyNixOS website logo
option

services.druid.coordinator.config

(key=value) Configuration to be written to runtime.properties of the druid Druid Coordinator https://druid.apache.org/docs/latest/configuration/index.html.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  "druid.plainTextPort" = "8082";
  "druid.service" = "servicename";
}