File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242 # Replace the default in-process memory cache store with a durable alternative.
4343 config . cache_store = :solid_cache_store
4444
45+ # Highlight code that enqueued background job in logs.
46+ # config.active_job.verbose_enqueue_logs = ENV.fetch("RAILS_LOG_LEVEL", "info").downcase == "debug"
47+ config . active_job . verbose_enqueue_logs = true
48+
4549 # Replace the default in-process and non-durable queuing backend for Active Job.
4650 config . active_job . queue_adapter = :solid_queue
4751 config . solid_queue . connects_to = { database : { writing : :queue } }
5155 # config.action_mailer.raise_delivery_errors = false
5256
5357 # Set host to be used by links generated in mailer templates.
54- config . action_mailer . default_url_options = { host : "staging .wrsat.codeforamerica.app" }
58+ config . action_mailer . default_url_options = { host : "development .wrsat.codeforamerica.app" }
5559 config . action_mailer . delivery_method = :ses_v2
5660
5761 # Specify outgoing SMTP server. Remember to add smtp/* credentials via rails credentials:edit.
You can’t perform that action at this time.
0 commit comments