aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-20 09:15:30 +0300
committerHenry Jameson <me@hjkos.com>2018-12-20 09:17:51 +0300
commitd0b47488fb69b2b8449fa73e8d94e2cdcc9adda8 (patch)
tree3de351af43bf44a114d045f9c114ef6b704d57c4 /static/config.json
parentb65ac128c15f00b3b0ae885d6cbcb3d1388738af (diff)
default webPush to false, because having it at true leads to some problems with
local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
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 7887f930..f508eea1 100644
--- a/static/config.json
+++ b/static/config.json
@@ -16,5 +16,6 @@
"alwaysShowSubjectInput": true,
"hidePostStats": false,
"hideUserStats": false,
- "loginMethod": "password"
+ "loginMethod": "password",
+ "webPushNotifications": false
}