mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-17 13:06:58 +02:00
Dahboard layout fix #576 Boltz integration (#590) Merged verify token and password authentication Channel mobile view update ECL Adding inactive channels force close Flag Dust UTXOs Bug fix for forwarding history browser crash #596 Label and Lease UTXOs UI Table Fixes App settings (#604) Settings updates UTXO lease confirmation box Login and Settings page without add new node
34 lines
1,017 B
JSON
34 lines
1,017 B
JSON
{
|
|
"multiPass": "password",
|
|
"port": "3000",
|
|
"defaultNodeIndex": 1,
|
|
"SSO": {
|
|
"rtlSSO": 0,
|
|
"rtlCookiePath": "",
|
|
"logoutRedirectLink": ""
|
|
},
|
|
"nodes": [
|
|
{
|
|
"index": 1,
|
|
"lnNode": "Node 1",
|
|
"lnImplementation": "LND",
|
|
"Authentication": {
|
|
"macaroonPath": "C:\\Users\\xyz\\AppData\\Local\\Lnd\\data\\chain\\bitcoin\\mainnet",
|
|
"configPath": "C:\\Users\\xyz\\AppData\\Local\\Lnd\\lnd.conf",
|
|
"swapMacaroonPath": "C:\\Users\\xyz\\AppData\\Local\\Loop\\mainnet",
|
|
"boltzMacaroonPath": "C:\\Users\\xyz\\AppData\\Boltz\\mainnet"
|
|
},
|
|
"Settings": {
|
|
"userPersona": "MERCHANT",
|
|
"themeMode": "DAY",
|
|
"themeColor": "PURPLE",
|
|
"channelBackupPath": "C:\\Users\\xyz\\backup\\node-1",
|
|
"enableLogging": false,
|
|
"lnServerUrl": "https://localhost:8080",
|
|
"swapServerUrl": "https://localhost:8081",
|
|
"boltzServerUrl": "https://localhost:9003",
|
|
"fiatConversion": false
|
|
}
|
|
}
|
|
]
|
|
}
|