hide default license key for newrelic

This commit is contained in:
albert
2013-03-12 17:28:16 -04:00
parent 61cd492d4e
commit 9cf65b6edc
3 changed files with 3 additions and 42 deletions

View File

@@ -6,7 +6,8 @@ require 'bundler/capistrano'
set :bundle_flags, "--deployment --quiet --binstubs --shebang ruby-local-exec"
set :default_environment, {
"PATH" => '$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH'
"PATH" => '$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH',
"NRCONFIG" => "/var/www/danbooru2/shared/config/newrelic.yml"
}
set :whenever_command, "bundle exec whenever"

View File

@@ -14,7 +14,7 @@ common: &default_settings
# You must specify the license key associated with your New Relic
# account. This key binds your Agent's data to your account in the
# New Relic service.
license_key: '9c3907058150b1ca1cd32b48efe2ff59e164e2d7'
license_key: 'xxx'
# Agent Enabled (Ruby/Rails Only)
# Use this setting to force the agent to run or not run.