Merge branch 'feature/retry-queue' into 'develop'
[akkoma] / priv / static / static / config.json
index 797f033773c9f82cd505f2fc9babd5b626064748..69a707415aeb131fd4361f848cc771bfe6a4d513 100644 (file)
@@ -2,7 +2,16 @@
   "theme": "pleroma-dark",
   "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "defaultPath": "/main/all",
+  "logoMask": true,
+  "logoMargin": ".1em",
+  "redirectRootNoLogin": "/main/all",
+  "redirectRootLogin": "/main/friends",
   "chatDisabled": false,
-  "showInstanceSpecificPanel": true
+  "showInstanceSpecificPanel": false,
+  "scopeOptionsEnabled": false,
+  "formattingOptionsEnabled": false,
+  "collapseMessageWithSubject": false,
+  "hidePostStats": false,
+  "hideUserStats": false,
+  "loginMethod": "password"
 }