lib/applicaster/accounts.rb in omniauth-applicaster-1.0.1 vs lib/applicaster/accounts.rb in omniauth-applicaster-1.0.2

- old
+ new

@@ -3,10 +3,10 @@ attr_accessor :client_id attr_accessor :client_secret class << self def default_site - "http://accounts2.applicaster.com" + "https://accounts2.applicaster.com" end def site URI.parse(ENV["ACCOUNTS_BASE_URL"] || default_site) end