X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/3096416bbb8fdc92d7619aecc8237a57532d9066..34fe63727a8929d7e9c529feee1f0c1e827acdfa:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 69addb1..6edda72 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -78,8 +78,11 @@ end module LoginEngine config :salt, "voothingboat" config :email_from, MAIL_CONFIG[:from] -end - + config :admin_email, MAIL_CONFIG[:from] + config :app_name, 'HyperChad' + config :changeable_fields, [] + config :use_email_notification, true + config :confirm_account, false Engines.start :login # action mailer configuration