2019-03-29 22:22:50 +00:00
|
|
|
{
|
2019-04-13 23:18:57 +00:00
|
|
|
"multiPass": "password",
|
2019-04-08 02:15:55 +00:00
|
|
|
"port": "3000",
|
2019-06-19 01:24:40 +00:00
|
|
|
"defaultNodeIndex": 1,
|
2019-04-08 02:15:55 +00:00
|
|
|
"SSO": {
|
|
|
|
"rtlSSO": 0,
|
|
|
|
"rtlCookiePath": "",
|
|
|
|
"logoutRedirectLink": ""
|
|
|
|
},
|
|
|
|
"nodes": [
|
|
|
|
{
|
|
|
|
"index": 1,
|
|
|
|
"lnNode": "LND Testnet",
|
|
|
|
"lnImplementation": "LND",
|
|
|
|
"Authentication": {
|
2019-04-13 23:18:57 +00:00
|
|
|
"macaroonPath": "<Complete path of the folder containing admin.macaroon for the node # 1>",
|
|
|
|
"lndConfigPath": "<Optional:Path of the lnd.conf if present locally or empty>"
|
2019-04-08 02:15:55 +00:00
|
|
|
},
|
|
|
|
"Settings": {
|
2019-03-29 22:22:50 +00:00
|
|
|
"flgSidenavOpened": "true",
|
|
|
|
"flgSidenavPinned": "true",
|
|
|
|
"menu": "Vertical",
|
|
|
|
"menuType": "Regular",
|
|
|
|
"theme": "dark-blue",
|
|
|
|
"satsToBTC": "false",
|
2019-06-17 21:26:46 +00:00
|
|
|
"channelBackupPath": "C:\\RTL\\backup\\node-1",
|
2019-04-13 23:18:57 +00:00
|
|
|
"bitcoindConfigPath": "<Optional: path of bitcoind.conf path if available locally>",
|
2019-03-29 22:22:50 +00:00
|
|
|
"enableLogging": "true",
|
2019-04-13 23:18:57 +00:00
|
|
|
"lndServerUrl": "<Service url for LND REST APIs for node # 1 e.g. https://192.168.0.1:8080/v1"
|
2019-04-08 02:15:55 +00:00
|
|
|
}
|
2019-03-29 22:22:50 +00:00
|
|
|
},
|
2019-04-08 02:15:55 +00:00
|
|
|
{
|
|
|
|
"index": 2,
|
|
|
|
"lnNode": "LND Mainnet",
|
|
|
|
"lnImplementation": "LND",
|
|
|
|
"Authentication": {
|
2019-04-13 23:18:57 +00:00
|
|
|
"macaroonPath": "<Complete path of the folder containing admin.macaroon for the node # 2>"
|
2019-04-08 02:15:55 +00:00
|
|
|
},
|
|
|
|
"Settings": {
|
2019-03-29 22:22:50 +00:00
|
|
|
"flgSidenavOpened": "true",
|
|
|
|
"flgSidenavPinned": "true",
|
|
|
|
"menu": "Vertical",
|
|
|
|
"menuType": "Regular",
|
2019-04-08 02:15:55 +00:00
|
|
|
"theme": "light-teal",
|
2019-03-29 22:22:50 +00:00
|
|
|
"satsToBTC": "false",
|
2019-06-17 21:26:46 +00:00
|
|
|
"channelBackupPath": "C:\\RTL\\backup\\node-2",
|
2019-03-29 22:22:50 +00:00
|
|
|
"bitcoindConfigPath": "",
|
|
|
|
"enableLogging": "true",
|
2019-04-13 23:18:57 +00:00
|
|
|
"lndServerUrl": "<Service url for LND REST APIs for node # 2 e.g. https://192.168.0.6:8080/v1"
|
2019-04-08 02:15:55 +00:00
|
|
|
}
|
2019-03-29 22:22:50 +00:00
|
|
|
}
|
2019-04-08 02:15:55 +00:00
|
|
|
]
|
2019-03-29 22:22:50 +00:00
|
|
|
}
|