How to disable Google Cloud Messaging on the Traveler server?

Any idea how to disable Google Cloud Messaging on the Traveller 9.0.1.6 server? My company won’t allow this access through the firewall and it just fills my logs with errors.

I was hoping for something like NTS_PUSH_ENABLE_APNS=FALSE for the iOS ToDo service.

Subject: Re: How to disable Google Cloud Messaging on the Traveler server?

Hi Stuart,

The following notes.ini setting should stop those messages from GCM.

NTS_PUSH_ENABLE_GCM=false

Thanks,

Mark

Subject: Thanks for that.