pull/325/merge
Rick Carlino 2017-06-21 18:05:07 -05:00
parent b86a486864
commit 621d8c3d03
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FarmBot::Application.configure do
config.force_ssl = true if ENV["FORCE_SSL"]
config.perform_caching = false
config.cache_store = :null_store
config.perform_caching = true
config.action_mailer.default_url_options = { host: ENV.fetch("API_HOST", "my.farmbot.io") }
config.active_support.deprecation = :notify
config.cache_classes = true