diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-20 09:15:30 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-20 09:17:51 +0300 |
| commit | d0b47488fb69b2b8449fa73e8d94e2cdcc9adda8 (patch) | |
| tree | 3de351af43bf44a114d045f9c114ef6b704d57c4 /static | |
| parent | b65ac128c15f00b3b0ae885d6cbcb3d1388738af (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')
| -rw-r--r-- | static/config.json | 3 |
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 } |
