diff --git a/Application_configurations.md b/Application_configurations.md index 154182b4..1bb22c5f 100644 --- a/Application_configurations.md +++ b/Application_configurations.md @@ -4,27 +4,27 @@ The parameters can be configured via RTL.conf file or through environment variab #### RTL.conf ``` [Authentication] -macaroonPath= -nodeAuthType=DEFAULT -lndConfigPath= -rtlPass= +macaroonPath= +nodeAuthType= +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 +flgSidenavOpened=true +flgSidenavPinned=true +menu=Vertical +menuType=Regular +theme=dark-blue +satsToBTC=false +bitcoindConfigPath= +enableLogging= +port=3000 +lndServerUrl=https://localhost:8080/v1 [SSO] -rtlSSO=0 -rtlCookiePath= -logoutRedirectLink=/login +rtlSSO=0 +rtlCookiePath= +logoutRedirectLink=/login ``` #### Environment variables