update environments/production.rb add unicorn.rb, nemo.sh

This commit is contained in:
julian
2017-02-24 00:18:22 +06:30
parent 65b5b5d858
commit db0d28107b
6 changed files with 173 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ Rails.application.configure do
# config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
config.assets.compile = true
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
@@ -55,7 +55,7 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "nemo_encoder_#{Rails.env}"
config.action_mailer.perform_caching = false
config.action_mailer.perform_caching = true
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.