aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorRoger Braun <rbraun@Bobble.local>2017-11-22 16:28:05 +0100
committerRoger Braun <rbraun@Bobble.local>2017-11-22 16:28:05 +0100
commit2691579ab7ee5bd34dfe57a4c0f10c34cb46726f (patch)
treeabc457baf4ef7cbfd04dffbf26e113689eb42bae /static/config.json
parent118d60b871b790cfcf179b11a17af7d2787c8176 (diff)
Make default path configurable.
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 8b596992..b186246b 100644
--- a/static/config.json
+++ b/static/config.json
@@ -3,5 +3,6 @@
"theme": "pleroma-dark",
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
- "registrationOpen": false
+ "registrationOpen": false,
+ "defaultPath": "/main/all"
}