# File lib/new_relic/agent/configuration/environment_source.rb, line 74
        def set_value_from_environment_variable(key)
          config_key = convert_environment_key_to_config_key(key)
          set_key_by_type(config_key, key)
        end