Mercurial > zeropaste
view config/default_config.rb @ 322:2235aa625af0
Add memcached and nginx config to readme.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sun, 06 Apr 2014 03:42:02 +0900 |
parents | 8dfbf854fad3 |
children | 96631607785f |
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']