aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2018-01-26 14:31:52 +0100
committerRoger Braun <roger@rogerbraun.net>2018-01-26 14:31:52 +0100
commit5957c6517d8cb6bb03018eb74520386916f832b1 (patch)
treeca32f53468fa4f39e49c5b376fe6535bcab62f70
parentcd3210c9b82fae8d6dba5ac15891534a9eb0e0dc (diff)
downloadpleroma-5957c6517d8cb6bb03018eb74520386916f832b1.tar.gz
Fix config.
-rw-r--r--priv/static/static/config.json2
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
}