umbrel-apps/ride-the-lightning/rtl/RTL-Config.json

22 lines
405 B
JSON
Raw Normal View History

2022-04-20 20:32:07 +00:00
{
"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
}
}
]
}