Adding push-test.mattermost.com

Этот коммит содержится в:
it33
2016-01-11 11:22:13 -08:00
родитель 5083a3947a
Коммит 22f714bd02

Просмотреть файл

@@ -581,12 +581,12 @@ export default class EmailSettings extends React.Component {
className='form-control' className='form-control'
id='PushNotificationServer' id='PushNotificationServer'
ref='PushNotificationServer' ref='PushNotificationServer'
placeholder='E.g.: "https://push.mattermost.com"' placeholder='E.g.: "https://push-test.mattermost.com"'
defaultValue={this.props.config.EmailSettings.PushNotificationServer} defaultValue={this.props.config.EmailSettings.PushNotificationServer}
onChange={this.handleChange} onChange={this.handleChange}
disabled={!this.state.sendPushNotifications} disabled={!this.state.sendPushNotifications}
/> />
<p className='help-text'>{'Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use https://push.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.'}</p> <p className='help-text'>{'Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use https://push-test.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.'}</p>
</div> </div>
</div> </div>