Sha256: 7060b6527a10f4a71cb2a9af6587ce3664021cb926bd4751e36c7662bd0a5140
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
#development (sandbox) FwtPushNotificationServer.config = { :api_key => 'YOUR-DEVELOPMENT-KEY-HERE', :certificate => File.join(Rails.root, 'config', 'APNSDevelopment.pem'), :passphrase => 'PASSPHRASE', :gateway => 'gateway.sandbox.push.apple.com' }; #production # FwtPushNotificationServer.config = { # :api_key => 'YOUR-PRODUCTION-KEY-HERE', # :certificate => File.join(Rails.root, 'config', 'APNSProduction.pem'), # :passphrase => 'PASSPHRASE', # :gateway => 'gateway.push.apple.com' # };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fwt_push_notification_server-0.0.6 | test/dummy/config/initializers/fwt_push_notification_server.rb |