Guest User

Untitled

a guest
Feb 19th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
  2.  
  3. require File.join(File.dirname(__FILE__), 'boot')
  4.  
  5. Rails::Initializer.run do |config|
  6. config.action_controller.session = {
  7. :session_key => '_socroto_session',
  8. :secret => 'd57a6a7fbe921516182810d4c1e3c0b0a3e966d2621a69a2c1e4416554a0e9cf5bbf20116e79a77a6b1fba47bab58b2a4d160987bd5fa2109b3b15f631c461ad'
  9. }
  10. end
  11.  
  12.  
  13. # exception notification
  14. ExceptionNotifier.exception_recipients = %w(mcymerman@socroto.com alert-michael@itpath.com)
  15. ExceptionNotifier.sender_address = %("Application Error" <notifier@socroto.com>)
  16. ExceptionNotifier.email_prefix = "[Socroto]"
Add Comment
Please, Sign In to add comment