Mercurial > zeropaste
view config/default_config.rb @ 362:cbf116933259
Update to rails 4.2.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 20 Dec 2014 17:57:34 +0900 |
parents | 56382cb104dd |
children | 68eb23b52864 |
line wrap: on
line source
CONFIG["standalone"] = true if CONFIG["standalone"].nil? CONFIG["newrelic"] = false if CONFIG["newrelic"].nil? CONFIG["bundler_groups"] ||= [:default, Rails.env] CONFIG["bundler_groups"] << "standalone" if CONFIG["standalone"] CONFIG["bundler_groups"] << "newrelic" if CONFIG["newrelic"] CONFIG["secret_key"] ||= ENV["ZP_SECRET_KEY"] if ENV["ZP_SECRET_KEY"] CONFIG["newrelic"] = (ENV["ZP_NEWRELIC"] == 1) if ENV["ZP_NEWRELIC"]