"multiPass": "<The password in plain text, default 'password'>",
"port": "<port number for the rtl node server, default '3000'>",
"defaultNodeIndex": <Default index to load when rtl server starts, default 1>,
"SSO": {
"rtlSSO": <parameter to turn SSO off/on. Allowed values - 1 (single sign on via an external cookie), 0 (stand alone RTL authentication), default 0>,
"rtlCookiePath": "<Full path of the cookie file including the file name. The application url needs to pass the value from this cookie file as query param 'access-key' for the SSO authentication to work, Required if SSO=1 else empty>",
"logoutRedirectLink": "<URL to re-direct to after logout/timeout from RTL, Required if SSO=1 else empty>"
},
"nodes": [
{
"index": <Incrimental Node indices starting from 1>,
"fiatConversion": <parameter to turn fiat conversion off/on. Allowed values - true, false, default false>,
"currencyUnit": "<Optional: Fiat current Unit for currency conversion, default 'USD' If fiatConversion is true>",
"lnServerUrl": "<Service url for LND/CLightning REST APIs for the node, e.g. https://192.168.0.1:8080/v1 OR https://192.168.0.1:3001/v1. Default 'https://localhost:8080/v1'"