From 38b60b83839236aed6cee0adca248b86c173ffd5 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 25 Oct 2020 22:14:59 +0100 Subject: [PATCH] Add example config file --- config.toml.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.toml.example diff --git a/config.toml.example b/config.toml.example new file mode 100644 index 0000000..d99c4ac --- /dev/null +++ b/config.toml.example @@ -0,0 +1,12 @@ +disable_website = false +disable_cors = false +request_limit = 5 +port = "1323" +static_path = "" # Blank means disabled + +[lnd] +address = "127.0.0.1:10009" +cert = "TLS cert as hex" +cert_path = "Alternative to cert. Path to TLS cert file" +macaroon = "Macaroon as hex" +macaroon_path = "Alternative to macaroon. Path to macaroon file" \ No newline at end of file