class Conjur::Dep::API

Public Class Methods

host() click to toggle source
# File lib/conjur/deployment-api.rb, line 5
def host
  ENV['CONJUR_DEPLOYMENT_URL'] || Conjur::Core::API.host
end