bitb0x/roles/apps/templates/rtl/RTL-Config.json.j2

33 lines
728 B
Django/Jinja

{
"port": "3000",
"defaultNodeIndex": 1,
"dbDirectoryPath": "/root/database/node-1",
"SSO": {
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
},
"nodes": [
{
"index": 1,
"lnNode": "Core Lightning Testnet # 1",
"lnImplementation": "CLN",
"Authentication": {
"runePath": "/RTL/data/rtl.macaroon"
},
"Settings": {
"userPersona": "OPERATOR",
"themeMode": "NIGHT",
"themeColor": "PURPLE",
"bitcoindConfigPath": "",
"logLevel": "INFO",
"fiatConversion": false,
"unannouncedChannels": false,
"lnServerUrl": "https://127.0.0.1:3001"
}
}
],
"multiPass": "{{rtl_password}}"
}