summaryrefslogtreecommitdiffstats
path: root/bin-utils/consul-template-bin/files/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bin-utils/consul-template-bin/files/default.conf')
-rw-r--r--bin-utils/consul-template-bin/files/default.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin-utils/consul-template-bin/files/default.conf b/bin-utils/consul-template-bin/files/default.conf
new file mode 100644
index 0000000..4c6d82f
--- /dev/null
+++ b/bin-utils/consul-template-bin/files/default.conf
@@ -0,0 +1,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"
+}