Package com.mimecast.robin.config.client


package com.mimecast.robin.config.client
Client-specific configuration files and their accessors.

This provides accessors for the client configuration file.
The default file is cfg/client.json5 but can be overridden with the -c cli parameter.

The client configuration is separated in two parts.
One is the default case which can be overridden by a case file.
The other is a list of routes that can be used by cases.

A case is a JSON file that defines a scenario to be tested.
It can be used to send an email, an http request or both.

Client core configuration lives in `client.json5`.
External files (auto‑loaded if present in same directory):

  • `routes.json5` Static routing table for deterministic target selection for testing.
See Also: