summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index d08ecfef7..88bf56706 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -637,5 +637,7 @@ export default {
TIME_SINCE_UPDATE_INTERVAL: 30000,
MIN_HASHTAG_LINK_LENGTH: 3,
EMOJI_PATH: '/static/emoji',
- DEFAULT_WEBHOOK_LOGO: logoWebhook
+ DEFAULT_WEBHOOK_LOGO: logoWebhook,
+ MHPNS: 'https://push.mattermost.com',
+ MTPNS: 'http://push-test.mattermost.com'
};