Update documentation for Disable Authentication

This commit is contained in:
ShahanaFarooqui 2026-03-25 20:28:11 -07:00 committed by Suheb
parent 0057bee53d
commit 266167cf53
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,8 @@ parameters have `default` values for initial setup and can be updated after RTL
### RTL-Config.json<br />
```
{
"multiPass": "<The password in plain text, default 'password', Required>",
"multiPass": "<The password in plain text, default 'password', Required if disableAuth is false>",
"disableAuth": "<The flag to disable application authentication, default 'false', Optional>",
"port": "<port number for the rtl node server, default '3000', Required>",
"host": "<host for the rtl node server, default 'all IPs', Optional>",
"defaultNodeIndex": <Default index to load when rtl server starts, default 1, Optional>,
@ -55,7 +56,8 @@ If the environment variables are set, it will take precedence over the parameter
PORT (port number for the rtl node server, default 3000, Optional)<br />
HOST (host for the rtl node server, default localhost, Optional)<br />
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)<br />
APP_PASSWORD (Plaintext password to be provided by the parent container, NOT suggested for standalone RTL applications, only to be used by Vendors providing their own authentication service) (Optional)<br />
DISABLE_AUTH (Flag to disable authentication, NOT recommended for standalone RTL applications, only to be used by Vendors providing their own authentication service) (Optional)<br /
LN_IMPLEMENTATION (LND/CLN/ECL. Default 'LND', Optional)<br />
LN_SERVER_URL (LN server URL for LNP REST APIs, default https://127.0.0.1:8080) (Optional)<br />
SWAP_SERVER_URL (Swap server URL for REST APIs, default http://127.0.0.1:8081) (Optional)<br />