diff options
author | Roger Braun <roger@rogerbraun.net> | 2018-01-26 14:31:52 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2018-01-26 14:31:52 +0100 |
commit | 5957c6517d8cb6bb03018eb74520386916f832b1 (patch) | |
tree | ca32f53468fa4f39e49c5b376fe6535bcab62f70 | |
parent | cd3210c9b82fae8d6dba5ac15891534a9eb0e0dc (diff) | |
download | pleroma-5957c6517d8cb6bb03018eb74520386916f832b1.tar.gz |
Fix config.
-rw-r--r-- | priv/static/static/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 222292541..c920e1d6e 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -3,7 +3,7 @@ "theme": "pleroma-dark", "background": "/static/bg.jpg", "logo": "/static/logo.png", - "registrationOpen": true + "registrationOpen": true, "defaultPath": "/main/all", "chatDisabled": false } |