File Layout #
By default, the configuration files are stored in the config directory.
config\
nodes\
ServerA.hcl
ServerA__instance1.hcl
defaults.hcl
targets.hcl
targets.hcllists the targets that will be configured- The configurations in
defaults.hclwill be applied to all targets. - The configurations stored in
nodes\ServerA.hclwill override the defaults for all instances onServerA. - The configurations stored in
nodes\ServerA__Instance1.hclwill override the defaults forServerA\Instance1. Please note the double underscore between the host name and instance name.