lib/le/host/http.rb in le-2.7.2 vs lib/le/host/http.rb in le-2.7.3

- old
+ new

@@ -5,10 +5,10 @@ require 'uri' module Le module Host class HTTP - API_SERVER = 'api.logentries.com' + API_SERVER = 'data.logentries.com' DATA_ENDPOINT = 'data.logentries.com' DATA_PORT_UNSECURE = 80 DATA_PORT_SECURE = 443 API_PORT = 10000 API_SSL_PORT = 20000