MyNixOS website logo
option

services.druid.commonConfig

(key=value) Configuration to be written to common.runtime.properties.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  "druid.extensions.loadList" = "[ \"mysql-metadata-storage\" ]";
  "druid.metadata.storage.connector.connectURI" = "jdbc:mysql://localhost:3306/druid";
  "druid.metadata.storage.type" = "mysql";
  "druid.zk.service.host" = "localhost:2181";
}