summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-03 11:54:49 -0400
committerCorey Hulen <corey@hulen.com>2016-05-03 08:54:49 -0700
commit08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc (patch)
tree66687c84dbda048f09954d6b7286f0a78fe5cd45 /webapp/utils
parentffb4cb5e1051c3db13a8e3b1b2a9fd6fb8ed701c (diff)
downloadchat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.tar.gz
chat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.tar.bz2
chat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.zip
Port HPNS from 2.2 to master (#2863)
Diffstat (limited to 'webapp/utils')
-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'
};