2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-03 23:15:24 +00:00
RTL/sample-RTL-Multi-Node-Conf.json

58 lines
1.4 KiB
JSON
Raw Normal View History

[
{
"Index": "1",
"LNNode": "LND Testnet # 1",
"LNImplementation": "LND",
"Authentication": {
"macaroonPath": "/Users/<user>/",
"nodeAuthType": "CUSTOM",
"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": ""
}
},
{
"Index": "2",
"LNNode": "LND Mainnet # 1",
"LNImplementation": "LND",
"Authentication": {
"macaroonPath": "/Users/<user>/",
"nodeAuthType": "CUSTOM",
"lndConfigPath": "",
"rtlPass": ""
},
"Settings": {
"flgSidenavOpened": "true",
"flgSidenavPinned": "true",
"menu": "Vertical",
"menuType": "Regular",
"theme": "dark-green",
"satsToBTC": "false",
"bitcoindConfigPath": "",
"enableLogging": "true",
"port": "3000",
"lndServerUrl": "https://localhost:8080/v1"
},
"SSO":{
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
}
}
]