From 343df2739eeed7810b48cdca68796df3e391a9fe Mon Sep 17 00:00:00 2001 From: nolim1t Date: Mon, 2 Mar 2020 17:22:03 +0700 Subject: [PATCH] Add invooicer defaults --- invoicer/invoicer.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 invoicer/invoicer.conf diff --git a/invoicer/invoicer.conf b/invoicer/invoicer.conf new file mode 100644 index 0000000..4c6972a --- /dev/null +++ b/invoicer/invoicer.conf @@ -0,0 +1,29 @@ +# Note: all values used in this file are defaults that are used if nothing is provided + +port = 8080 +static-dir = "/lncm/www/" +log-file = "/lncm/invoicer.log" +ln-client = "lnd" + +off-chain-only = false + +[bitcoind] +host = "localhost" +port = 8332 +user = "invoicer" +pass = "" + +[lnd] +host = "localhost" +port = 10009 +tls = "/lnd/tls.cert" +kill-count = 4 + +[lnd.macaroon] +invoice = "/lnd/data/chain/bitcoin/mainnet/invoice.macaroon" +readonly = "/lnd/data/chain/bitcoin/mainnet/readonly.macaroon" + + +[users] +# username = "password" +