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