Create Application Configurations.md

pull/53/head
saubyk 5 years ago committed by GitHub
parent 77d0d46b9c
commit ca464c9a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save