mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
31 lines
696 B
JSON
31 lines
696 B
JSON
|
|
{
|
||
|
|
"port": "3000",
|
||
|
|
"defaultNodeIndex": 1,
|
||
|
|
"dbDirectoryPath": "/RTL/database",
|
||
|
|
"SSO": {
|
||
|
|
"rtlSSO": 0,
|
||
|
|
"rtlCookiePath": "",
|
||
|
|
"logoutRedirectLink": ""
|
||
|
|
},
|
||
|
|
"nodes": [
|
||
|
|
{
|
||
|
|
"index": 1,
|
||
|
|
"lnNode": "alice",
|
||
|
|
"lnImplementation": "LND",
|
||
|
|
"authentication": {
|
||
|
|
"macaroonPath": "/lnd/alice/data/chain/bitcoin/regtest"
|
||
|
|
},
|
||
|
|
"settings": {
|
||
|
|
"userPersona": "OPERATOR",
|
||
|
|
"themeMode": "DAY",
|
||
|
|
"themeColor": "PURPLE",
|
||
|
|
"logLevel": "ERROR",
|
||
|
|
"lnServerUrl": "https://alice:8080",
|
||
|
|
"fiatConversion": false,
|
||
|
|
"unannouncedChannels": false,
|
||
|
|
"blockExplorerUrl": "https://mempool.space"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|