X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/8dc61228b74613a5e585ef0a8cf7b4352e208717..25bfcc0f6b5344acb4039457f8492df7fbada7fc:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb old mode 100644 new mode 100755 index f432b2d..7159e1f --- a/config/environment.rb +++ b/config/environment.rb @@ -36,7 +36,7 @@ Rails::Initializer.run do |config| # config.active_record.observers = :cacher, :garbage_collector # Make Active Record use UTC-base instead of local time - # config.active_record.default_timezone = :utc + config.active_record.default_timezone = :utc # See Rails::Configuration for more options end @@ -50,7 +50,7 @@ end # inflect.uncountable %w( fish sheep ) # end -MAIL_CONFIG = { :from => 'HyperChad '} +MAIL_CONFIG = { :from => 'Selectricity '} # Include your application configuration below require 'uniq_token' @@ -79,7 +79,7 @@ module LoginEngine config :salt, "voothingboat" config :email_from, MAIL_CONFIG[:from] config :admin_email, MAIL_CONFIG[:from] - config :app_name, 'HyperChad' + config :app_name, 'Selectricity' config :changeable_fields, [] config :use_email_notification, true config :confirm_account, false