mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
Update Application_configurations
This commit is contained in:
parent
f53dc71ebf
commit
a194693e0f
1 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,8 @@ port=3000
|
|||
;<LND server URL for REST APIs.
|
||||
;Default is 'https://localhost:8080/v1'
|
||||
lndServerUrl=https://localhost:8080/v1
|
||||
;Channel backup folder
|
||||
channelBackupPath=<>
|
||||
|
||||
[SSO]
|
||||
;Single Sign On control
|
||||
|
@ -63,3 +65,4 @@ BITCOIND_CONFIG_PATH (Full path of the bitcoind.conf file including the file nam
|
|||
RTL_SSO (1 - single sign on via an external cookie, 0 - stand alone RTL authentication)
|
||||
RTL_COOKIE_PATH (Full path of the cookie file including the file name)
|
||||
LOGOUT_REDIRECT_LINK (URL to re-direct to after logout/timeout from RTL)
|
||||
CHANNEL_BACKUP_PATH (folder location for saving the channel backup files)
|
||||
|
|
Loading…
Add table
Reference in a new issue