Create Application Configurations.md

This commit is contained in:
saubyk 2019-02-17 15:40:27 -05:00 committed by GitHub
parent 77d0d46b9c
commit ca464c9a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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