umbrel-apps/ride-the-lightning/rtl/RTL-Config.json
2022-05-01 01:49:07 +02:00

22 lines
405 B
JSON

{
"multiPass": "$APP_PASSWORD",
"defaultNodeIndex": 1,
"SSO": {
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
},
"nodes": [
{
"index": 1,
"lnNode": "Umbrel",
"Settings": {
"userPersona": "MERCHANT",
"themeMode": "DAY",
"themeColor": "PURPLE",
"enableLogging": true,
"fiatConversion": true
}
}
]
}