mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-03 23:15:24 +00:00
4306675224
Issue #160 default node setup
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"multiPass": "password",
|
|
"port": "3000",
|
|
"defaultNodeIndex": 1,
|
|
"SSO": {
|
|
"rtlSSO": 0,
|
|
"rtlCookiePath": "",
|
|
"logoutRedirectLink": ""
|
|
},
|
|
"nodes": [
|
|
{
|
|
"index": 1,
|
|
"lnNode": "LND Testnet",
|
|
"lnImplementation": "LND",
|
|
"Authentication": {
|
|
"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>"
|
|
},
|
|
"Settings": {
|
|
"flgSidenavOpened": "true",
|
|
"flgSidenavPinned": "true",
|
|
"menu": "Vertical",
|
|
"menuType": "Regular",
|
|
"theme": "dark-blue",
|
|
"satsToBTC": "false",
|
|
"channelBackupPath": "C:\\RTL\\backup\\node-1",
|
|
"bitcoindConfigPath": "<Optional: path of bitcoind.conf path if available locally>",
|
|
"enableLogging": "true",
|
|
"lndServerUrl": "<Service url for LND REST APIs for node # 1 e.g. https://192.168.0.1:8080/v1"
|
|
}
|
|
},
|
|
{
|
|
"index": 2,
|
|
"lnNode": "LND Mainnet",
|
|
"lnImplementation": "LND",
|
|
"Authentication": {
|
|
"macaroonPath": "<Complete path of the folder containing admin.macaroon for the node # 2>"
|
|
},
|
|
"Settings": {
|
|
"flgSidenavOpened": "true",
|
|
"flgSidenavPinned": "true",
|
|
"menu": "Vertical",
|
|
"menuType": "Regular",
|
|
"theme": "light-teal",
|
|
"satsToBTC": "false",
|
|
"channelBackupPath": "C:\\RTL\\backup\\node-2",
|
|
"bitcoindConfigPath": "",
|
|
"enableLogging": "true",
|
|
"lndServerUrl": "<Service url for LND REST APIs for node # 2 e.g. https://192.168.0.6:8080/v1"
|
|
}
|
|
}
|
|
]
|
|
}
|