diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json index 880efca8..38b1062d 100644 --- a/static/config.json +++ b/static/config.json @@ -3,7 +3,8 @@ "theme": "pleroma-dark", "background": "/static/bg.jpg", "logo": "/static/logo.png", - "registrationOpen": false, + "registrationOpen": true, "defaultPath": "/main/all", - "chatDisabled": false + "chatDisabled": false, + "showInstanceSpecificPanel": false } |
