Variable EventHandlerConfig.addresses

URLs to push data to

struct EventHandlerConfig
{
  // ...
  immutable(char[][]) addresses ;
  // ...
}