forked from AkkomaGang/akkoma-fe
d0b47488fb
local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
21 lines
608 B
JSON
21 lines
608 B
JSON
{
|
|
"theme": "pleroma-dark",
|
|
"background": "/static/aurora_borealis.jpg",
|
|
"logo": "/static/logo.png",
|
|
"logoMask": true,
|
|
"logoMargin": ".1em",
|
|
"redirectRootNoLogin": "/~/main/all",
|
|
"redirectRootLogin": "/~/main/friends",
|
|
"chatDisabled": false,
|
|
"showInstanceSpecificPanel": false,
|
|
"scopeOptionsEnabled": false,
|
|
"formattingOptionsEnabled": false,
|
|
"collapseMessageWithSubject": false,
|
|
"scopeCopy": false,
|
|
"subjectLineBehavior": "email",
|
|
"alwaysShowSubjectInput": true,
|
|
"hidePostStats": false,
|
|
"hideUserStats": false,
|
|
"loginMethod": "password",
|
|
"webPushNotifications": false
|
|
}
|