mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
22 lines
405 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
} |