Sha256: 9643d489b2beea8b9c06a21a52b1b78acd28b158cf38e8f0f09273bed03c0ee7
Contents?: true
Size: 400 Bytes
Versions: 13
Compression:
Stored size: 400 Bytes
Contents
defaults: &defaults cert_file: <%= Rails.root.join("config/cert", "apn_#{Rails.env}_cert.pem") %> push_host: 'gateway.sandbox.push.apple.com' push_port: 2195 feedback_host: 'feedback.sandbox.push.apple.com' feedback_port: 2196 development: <<: *defaults test: <<: *defaults production: <<: *defaults push_host: 'gateway.push.apple.com' feedback_host: 'feedback.push.apple.com'
Version data entries
13 entries across 13 versions & 1 rubygems