Sha256: 51c5ae519050341806b5b2b42d10f4aa0bc2a10c23c52af1eb0ed1c1d06fb5b8
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 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 profile: true test: <<: *defaults production: <<: *defaults push_host: 'gateway.push.apple.com' feedback_host: 'feedback.push.apple.com'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kw_apn-0.3.1 | lib/generators/kw_apn/templates/config/kw_apn.yml |
kw_apn-0.3 | lib/generators/kw_apn/templates/config/kw_apn.yml |
kw_apn-0.2 | lib/generators/kw_apn/templates/config/kw_apn.yml |