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.
 
 
 
 
 
 

18 lines
371 B

##
## confd.toml -- confd(8) configuration
##
[confd]
verbose = true
backend = "etcd"
etcd_nodes = [ "http://127.0.0.1:4001" ]
etcd_scheme = "http"
prefix = "/"
# client_cert = "@l_prefix@/etc/x509/example-client.crt.pem"
# client_key = "@l_prefix@/etc/x509/example-client.key.pem"
confdir = "@l_prefix@/etc/confd"
interval = 10