From 597535a65f06d7602a9c3892a5514a19b907bae5 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 25 Jan 2021 20:15:29 +0100 Subject: [PATCH] Add missing template --- templates/daemon.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/daemon.json diff --git a/templates/daemon.json b/templates/daemon.json new file mode 100644 index 0000000..c4f233f --- /dev/null +++ b/templates/daemon.json @@ -0,0 +1,5 @@ +{ + "metrics-addr" : "0.0.0.0:9323", + "experimental" : true +} +