Make default path configurable.

This commit is contained in:
Roger Braun 2017-11-22 16:28:05 +01:00
parent 118d60b871
commit 2691579ab7
2 changed files with 38 additions and 36 deletions

View file

@ -3,5 +3,6 @@
"theme": "pleroma-dark",
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"registrationOpen": false
"registrationOpen": false,
"defaultPath": "/main/all"
}