lib/databox/configuration.rb in databox-0.2.2 vs lib/databox/configuration.rb in databox-2.0.0

- old
+ new

@@ -1,8 +1,8 @@ class Databox::Configuration attr_accessor :push_token, :push_host def initialize - @push_host ||= 'https://push2new.databox.com' + @push_host ||= 'https://push.databox.com' @push_token ||= ENV['DATABOX_PUSH_TOKEN'] end end