File Layout

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.hcl lists the targets that will be configured
  • The configurations in defaults.hcl will be applied to all targets.
  • The configurations stored in nodes\ServerA.hcl will override the defaults for all instances on ServerA.
  • The configurations stored in nodes\ServerA__Instance1.hcl will override the defaults for ServerA\Instance1. Please note the double underscore between the host name and instance name.