# File lib/new_relic/agent/configuration/environment_source.rb, line 61
        def set_config_file
          self[:config_path] = ENV['NRCONFIG'] if ENV['NRCONFIG']
        end