lib/threat_agent/config.rb in threat_agent-1.0.0.beta.2 vs lib/threat_agent/config.rb in threat_agent-1.0.0.beta.3

- old
+ new

@@ -11,10 +11,10 @@ extend Mixlib::Config include ThreatAgent::Exceptions # Sets the default configuration options configure do |config| - config[:endpoint] = ENV['THREAT_AGENT_ENDPOINT'] || 'https://www.threatagent.com' + config[:endpoint] = 'https://www.threatagent.com' config[:key] = ENV['THREAT_AGENT_KEY'] config[:sup] = ENV['THREAT_AGENT_SUP'] config[:api_version] = 'v1' end