hide default license key for newrelic
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user