From 750bed5d06ea86c0069a200cba7b42607fda7c62 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 17 Feb 2019 16:20:34 -0500 Subject: [PATCH] Update Application_configurations.md --- Application_configurations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Application_configurations.md b/Application_configurations.md index e2d5454e..570fa7bd 100644 --- a/Application_configurations.md +++ b/Application_configurations.md @@ -5,12 +5,19 @@ The parameters can be configured via RTL.conf file or through environment variab [Authentication] ;Path for the folder containing 'admin.macaroon' file + macaroonPath=<> + ;For stand alone RTL authentication. Allowed values - CUSTOM, DEFAULT + nodeAuthType=<> + ;Full path of the lnd.conf file including the file name + lndConfigPath=<> + ;For 'nodeAuthType=CUSTOM', the password in plain text + rtlPass=<> [Settings]