(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";
}