Sha256: 0f21f6b5572368dde603a0dd47706db2d4478c7fa1a8ccf8132914a01abc5505

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 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',
    :title => 'FWT Push Notifications'
};

#production
# FwtPushNotificationServer.config = {

# 	  :api_key => 'YOUR-PRODUCTION-KEY-HERE',
#     :certificate => File.join(Rails.root, 'config', 'APNSProduction.pem'),
#     :passphrase => 'PASSPHRASE',
#     :gateway => 'gateway.push.apple.com',
#     :title => 'FWT Push Notifications'

# };

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fwt_push_notification_server-0.0.6 lib/generators/fwt_push_notification_server/install/templates/initializer.rb