Commit e948410a by John Doe

fixed devise URL

parent f2b5af78
......@@ -8,7 +8,7 @@ server "portal.wattsworth.net", user: "rails", roles: %w{app db web}, port: 22
# server "db.example.com", user: "deploy", roles: %w{db}
set :deploy_to, "/opt/api"
set :bundle_without, [:development, :test, :local]
append :linked_files, "config/database.yml", "configs/initializers/smtp.rb"
append :linked_files, "config/database.yml", "config/initializers/smtp.rb"
# role-based syntax
# ==================
......
......@@ -56,9 +56,9 @@ Rails.application.configure do
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "control_panel_#{Rails.env}"
config.action_mailer.perform_caching = false
config.action_mailer.default_url_options = {:host => 'beta.wattsworth.net'}
config.action_mailer.default_url_options = {:host => 'www.wattsworth.net'}
config.action_mailer.delivery_method = :smtp
# Ignore bad email addresses and do not raise email delivery errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment