lib/conjur/authn-api.rb in conjur-api-2.1.5 vs lib/conjur/authn-api.rb in conjur-api-2.1.6

- old
+ new

@@ -9,10 +9,10 @@ def default_host case Conjur.env when 'test', 'development' "http://localhost:#{Conjur.service_base_port}" else - "https://authn-#{Conjur.stack}-conjur.herokuapp.com" + "https://authn-#{Conjur.account}-conjur.herokuapp.com" end end end end end