tboyko/apple_shove

View on GitHub
lib/apple_shove/config.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AppleShove
  CONFIG = { 
    :redis_key        => 'apple_shove',
    :reconnect_timer  => 5              # timeout in minutes to re-establish APNS connection  
  }
end