forked from bofh/fetsite
Verbesserung im moduls_controller
This commit is contained in:
@@ -15,7 +15,7 @@ Fetsite::Application.configure do
|
||||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.default_url_options = { :host => 'localhost:4000' }
|
||||
config.action_mailer.default_url_options = { :host => 'glonass.htu.tuwien.ac.at' }
|
||||
# Print deprecation notices to the Rails logger
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Devise.setup do |config|
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
# config.mailer = "Devise::Mailer"
|
||||
config.mailer.default_url_options = { :host => 'localhost:3000' }
|
||||
config.mailer.default_url_options = { :host => 'glonass.htu.tuwien.ac.at' }
|
||||
config.mailer.delivery_method = :sendmail
|
||||
# config.mailer.smtp_settings = {
|
||||
# :address => "smtp.gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user