mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
parent
cf66708df9
commit
bea5980c6f
865 changed files with 49679 additions and 20273 deletions
34
.github/docs/Sample-RTL-Config.json
vendored
Normal file
34
.github/docs/Sample-RTL-Config.json
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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",
|
||||
"logLevel": "ERROR",
|
||||
"lnServerUrl": "https://localhost:8080",
|
||||
"swapServerUrl": "https://localhost:8081",
|
||||
"boltzServerUrl": "https://localhost:9003",
|
||||
"fiatConversion": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue