Fix port for local dev
This commit is contained in:
@@ -82,7 +82,7 @@ Rails.application.configure do
|
||||
config.hosts = %w[ fizzy.localhost localhost 127.0.0.1 ]
|
||||
|
||||
# Host to be used in links rendered from ActionMailer
|
||||
config.action_mailer.default_url_options = { host: config.hosts.first, port: 3005 }
|
||||
config.action_mailer.default_url_options = { host: config.hosts.first, port: 3006 }
|
||||
|
||||
if Rails.root.join("tmp/solid-queue.txt").exist?
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
|
||||
Reference in New Issue
Block a user