view config/default_config.rb @ 339:62d16b74e3d7

Update mail address.
author edogawaconan <me@myconan.net>
date Sun, 11 May 2014 16:53:45 +0900
parents 96631607785f
children 56382cb104dd
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"]