# Functions
DefaultConfig returns a default configuration struct with sane defaults.
DevConfig returns a configuration struct with sane defaults for development and testing purposes.
InitializeClients completes the setup process for the Nomad and Consul clients.
LoadConfig loads the configuration at the given path whether the specified path is an individual file or a directory of numerous configuration files.
LoadConfigDir loads all the configurations in the given directory in lexicographic order.
ParseConfig parses the config from the given io.Reader.
ParseConfigFile parses the given path as a config file.
# Constants
Define default local addresses for Consul and Nomad.
Define default local addresses for Consul and Nomad.
Define default local addresses for Consul and Nomad.
Define default local addresses for Consul and Nomad.
Define default local addresses for Consul and Nomad.
# Variables
DefaultRPCAddr is the default bind address and port for the Replicator RPC listener.