lib/smoodit/configuration.rb in smoodit-0.0.1 vs lib/smoodit/configuration.rb in smoodit-0.0.2
- old
+ new
@@ -35,11 +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 Smoodit-compatible endpoint.
- #DEFAULT_ENDPOINT = 'http://smood.it/'.freeze
- DEFAULT_ENDPOINT = 'http://localhost:3000/'.freeze
+ DEFAULT_ENDPOINT = 'http://smood.it/'.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