aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-12-07 18:20:44 +0200
committereal <eal@waifu.club>2017-12-07 18:20:44 +0200
commit612fb183671783c3ac3eeea21428c024a47713b1 (patch)
tree13fb3a370772afcdacf85cab96cd9bd46d8bfdc3 /static/config.json
parent6c4e3a509a23a4f683aee02fcd0b186813ae3de0 (diff)
Add option for disabling chat.
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 b186246b..880efca8 100644
--- a/static/config.json
+++ b/static/config.json
@@ -4,5 +4,6 @@
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"registrationOpen": false,
- "defaultPath": "/main/all"
+ "defaultPath": "/main/all",
+ "chatDisabled": false
}