Fix email host address
This commit is contained in:
parent
b5f0124f91
commit
a5c2bcdd85
|
@ -36,7 +36,7 @@ Rosa::Application.configure do
|
|||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.default_url_options = { :host => 'npp-build.rosalab.ru' }
|
||||
config.action_mailer.default_url_options = { :host => 'rosa-build.rosalab.ru' }
|
||||
|
||||
# Enable threaded mode
|
||||
# config.threadsafe!
|
||||
|
|
Loading…
Reference in New Issue