summaryrefslogtreecommitdiffstats
path: root/bin-utils/consul-template-bin/files/default.conf
blob: 4c6d82f19b52a31f3e11c49f0375660c09dee5f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Minimal configuration file for consul-template.

consul = "127.0.0.1:8500"

syslog {
  enabled  = true
  facility = "DAEMON"
}

template {
  source      = "/path/to/template.ctmpl"
  destination = "/path/to/destination"
}