summarylogtreecommitdiffstats
path: root/Sample-RTL-Config.json
blob: d08d6f5b495fdfc07262e6552862f3135dacae66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "port": "3000",
  "defaultNodeIndex": 1,
  "SSO": {
    "rtlSSO": 0,
    "rtlCookiePath": "",
    "logoutRedirectLink": ""
  },
  "nodes": [
    {
      "index": 1,
      "lnNode": "Node 1",
      "lnImplementation": "LND",
      "Authentication": {
        "macaroonPath": "/var/lib/lnd/data/chain/bitcoin/testnet",
        "configPath": "/etc/lnd/lnd.conf",
        "swapMacaroonPath": "/var/lib/loop/mainnet",
        "boltzMacaroonPath": "/var/lib/boltz/mainnet"
      },
      "Settings": {
        "userPersona": "MERCHANT",
        "themeMode": "DAY",
        "themeColor": "PURPLE",
        "channelBackupPath": "/var/lib/lnd/backup/node-1",
        "logLevel": "ERROR",
        "lnServerUrl": "https://127.0.0.1:8080",
        "swapServerUrl": "https://127.0.0.1:8081",
        "boltzServerUrl": "https://127.0.0.1:9003",
        "fiatConversion": false
      }
    }
  ],
  "multiPass": "secret"
}