diff --git a/bigbluebutton-html5/private/config/settings-development.json b/bigbluebutton-html5/private/config/settings-development.json
index 178d9df90e..67ab8b3127 100755
--- a/bigbluebutton-html5/private/config/settings-development.json
+++ b/bigbluebutton-html5/private/config/settings-development.json
@@ -20,7 +20,7 @@
"defaultSettings": {
"application": {
"chatAudioNotifications": false,
- "chatPushNotifications": true,
+ "chatPushNotifications": false,
"fontSize": "16px",
"fallbackLocale": "en"
},
diff --git a/bigbluebutton-html5/private/config/settings-production.json b/bigbluebutton-html5/private/config/settings-production.json
index 97b7be467c..06330c934c 100755
--- a/bigbluebutton-html5/private/config/settings-production.json
+++ b/bigbluebutton-html5/private/config/settings-production.json
@@ -20,7 +20,7 @@
"defaultSettings": {
"application": {
"chatAudioNotifications": false,
- "chatPushNotifications": true,
+ "chatPushNotifications": false,
"fontSize": "16px",
"fallbackLocale": "en"
},