mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|