You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
527 B

consul = "127.0.0.1:8500"
token = "abcd1234"
retry = "10s"
max_stale = "10m"
log_level = "warn"
auth {
enabled = true
username = "test"
password = "test"
}
ssl {
enabled = false
verify = false
cert = "@l_prefix@/etc/x509/example-client.pem"
ca_cert = "/path/to/ca/cert.pem"
}
template {
source = "@l_prefix@/var/consul-template/example.tmpl"
destination = "@l_prefix@/var/consul-template/example.conf"
command = "@l_prefix@/var/consul-template/example.sh"
}