Skip to content

Instantly share code, notes, and snippets.

@mrdoornbos
Created July 22, 2008 13:50
Show Gist options
  • Save mrdoornbos/964 to your computer and use it in GitHub Desktop.
Save mrdoornbos/964 to your computer and use it in GitHub Desktop.
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
config.action_controller.session = {
:session_key => '_socroto_session',
:secret => 'd57a6a7fbe921516182810d4c1e3c0b0a3e966d2621a69a2c1e4416554a0e9cf5bbf20116e79a77a6b1fba47bab58b2a4d160987bd5fa2109b3b15f631c461ad'
}
end
# exception notification
ExceptionNotifier.exception_recipients = %w([email protected] [email protected])
ExceptionNotifier.sender_address = %("Application Error" <[email protected]>)
ExceptionNotifier.email_prefix = "[Socroto]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment