RTL/sample-RTL-Multi-Node-Conf.json
ShahanaFarooqui 99fd30ad28
Update sample multi-node-conf
Update sample multi-node-conf
2019-04-07 22:15:55 -04:00

50 lines
1.2 KiB
JSON

{
"multiPass": "multiPass",
"port": "3000",
"SSO": {
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
},
"nodes": [
{
"index": 1,
"lnNode": "LND Testnet",
"lnImplementation": "LND",
"Authentication": {
"macaroonPath": "<macaroonPath1>",
"lndConfigPath": "<lndConfigPath1>"
},
"Settings": {
"flgSidenavOpened": "true",
"flgSidenavPinned": "true",
"menu": "Vertical",
"menuType": "Regular",
"theme": "dark-blue",
"satsToBTC": "false",
"bitcoindConfigPath": "<bitcoindConfigPath1>",
"enableLogging": "true",
"lndServerUrl": "https://192.168.1.1:8080/v1"
}
},
{
"index": 2,
"lnNode": "LND Mainnet",
"lnImplementation": "LND",
"Authentication": {
"macaroonPath": "<macaroonPath2>"
},
"Settings": {
"flgSidenavOpened": "true",
"flgSidenavPinned": "true",
"menu": "Vertical",
"menuType": "Regular",
"theme": "light-teal",
"satsToBTC": "false",
"bitcoindConfigPath": "",
"enableLogging": "true",
"lndServerUrl": "https://192.168.1.2:8080/v1"
}
}
]
}