mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 22:25:43 +01:00
Create Application Configurations.md
This commit is contained in:
parent
77d0d46b9c
commit
ca464c9a35
1 changed files with 30 additions and 0 deletions
30
Application Configurations.md
Normal file
30
Application Configurations.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
RTL allows the user to configure and control specific application parameters for app customization and integration.
|
||||
The parameters can be configured via RTL.conf file or through environment variables defined at the OS level.
|
||||
|
||||
#### RTL.conf
|
||||
```
|
||||
[Authentication]
|
||||
macaroonPath=
|
||||
nodeAuthType=DEFAULT
|
||||
lndConfigPath=
|
||||
rtlPass=
|
||||
|
||||
[Settings]
|
||||
flgSidenavOpened=true
|
||||
flgSidenavPinned=true
|
||||
menu=Vertical
|
||||
menuType=Regular
|
||||
theme=dark-blue
|
||||
satsToBTC=false
|
||||
bitcoindConfigPath=
|
||||
enableLogging=true
|
||||
port=3000
|
||||
lndServerUrl=https://localhost:8080/v1
|
||||
|
||||
[SSO]
|
||||
rtlSSO=0
|
||||
rtlCookiePath=
|
||||
logoutRedirectLink=/login
|
||||
```
|
||||
|
||||
#### Environment variables
|
Loading…
Add table
Reference in a new issue