lib/thounds/configuration.rb in thounds-0.0.1 vs lib/thounds/configuration.rb in thounds-0.0.2

- old
+ new

@@ -35,10 +35,10 @@ DEFAULT_CONSUMER_SECRET = nil # The endpoint that will be used to connect if none is set # # @note This is configurable in case you want to use HTTP instead of HTTPS, specify a different API version, or use a Thounds-compatible endpoint. - DEFAULT_ENDPOINT = 'http://thounds.local:3000/'.freeze + DEFAULT_ENDPOINT = 'http://thounds.com/'.freeze # The response format appended to the path and sent in the 'Accept' header if none is set # # @note JSON is preferred over XML because it is more concise and faster to parse. DEFAULT_FORMAT = :json