lib/metric/configuration.rb in metric-0.0.7 vs lib/metric/configuration.rb in metric-0.0.8
- old
+ new
@@ -14,9 +14,9 @@
# Used to generate a hash for getting data out
attr_accessor :secret_key
# Sets defaults
def initialize
- @metric_host = "http://api.metric.io"
+ @metric_host = "https://api.metric.io"
end
end
end