enable instance panel by default, added some content
[akkoma] / priv / static / static / config.json
index 3b6d56c44abeb83cee9a0a6b375bbb9319a16ab5..797f033773c9f82cd505f2fc9babd5b626064748 100644 (file)
@@ -1,6 +1,8 @@
 {
-  "name": "Pleroma FE",
-  "theme": "base16-pleroma-dark.css",
-  "background": "/static/bg.jpg",
-  "logo": "/static/logo.png"
+  "theme": "pleroma-dark",
+  "background": "/static/aurora_borealis.jpg",
+  "logo": "/static/logo.png",
+  "defaultPath": "/main/all",
+  "chatDisabled": false,
+  "showInstanceSpecificPanel": true
 }