From 0aa4ee74e61341b773030f02f9f77d34bf635bfc Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Wed, 24 May 2023 13:15:16 -0700 Subject: [PATCH] Document update for default/optional options --- .github/docs/Application_configurations.md | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/docs/Application_configurations.md b/.github/docs/Application_configurations.md index d9026040..2402bdc0 100644 --- a/.github/docs/Application_configurations.md +++ b/.github/docs/Application_configurations.md @@ -11,15 +11,15 @@ parameters have `default` values for initial setup and can be updated after RTL "defaultNodeIndex": , "dbDirectoryPath": "", "SSO": { - "rtlSSO": , + "rtlSSO": , "rtlCookiePath": "", "logoutRedirectLink": "" }, "nodes": [ { "index": , - "lnNode": "", - "lnImplementation": "", + "lnNode": "", + "lnImplementation": "", "Authentication": { "macaroonPath": "", "swapMacaroonPath": "", @@ -28,16 +28,16 @@ parameters have `default` values for initial setup and can be updated after RTL "lnApiPassword": "" }, "Settings": { - "userPersona": "", - "themeMode": "", - "themeColor": "", + "userPersona": "", + "themeMode": "", + "themeColor": "", "channelBackupPath": "\backup\node-1, Optional>", "bitcoindConfigPath": "", "logLevel": , - "fiatConversion": , - "currencyUnit": "", + "fiatConversion": , + "currencyUnit": "", "unannouncedChannels": - "lnServerUrl": " "swapServerUrl": "", "boltzServerUrl": "" } @@ -50,12 +50,12 @@ parameters have `default` values for initial setup and can be updated after RTL The environment variable can also be used for all of the above configurations except the UI settings.
If the environment variables are set, it will take precedence over the parameters in the RTL-Config.json file.

-PORT (port number for the rtl node server, default 3000, Required)
+PORT (port number for the rtl node server, default 3000, Optional)
HOST (host for the rtl node server, default localhost, Optional)
DB_DIRECTORY_PATH (Path for the folder where rtl database file should be saved, default RTL root directory, Optional) APP_PASSWORD (Plaintext password to be provided by the parent container, NOT suggested for standalone RTL applications, to be used by Umbrel) (Optional)
-LN_IMPLEMENTATION (LND/CLN/ECL. Default 'LND', Required)
-LN_SERVER_URL (LN server URL for LNP REST APIs, default https://127.0.0.1:8080) (Required)
+LN_IMPLEMENTATION (LND/CLN/ECL. Default 'LND', Optional)
+LN_SERVER_URL (LN server URL for LNP REST APIs, default https://127.0.0.1:8080) (Optional)
SWAP_SERVER_URL (Swap server URL for REST APIs, default http://127.0.0.1:8081) (Optional)
BOLTZ_SERVER_URL (Boltz server URL for REST APIs, default http://127.0.0.1:9003) (Optional)
CONFIG_PATH (Full path of the LNP .conf file including the file name) (Optional for LND & CLN, Mandatory for ECL if LN_API_PASSWORD is undefined)