Method: ChefAPI::Defaults.proxy_port

Defined in:
lib/chef-api/defaults.rb

.proxy_portString?

The HTTP Proxy server port as a string

Returns:

  • (String, nil)


125
126
127
# File 'lib/chef-api/defaults.rb', line 125

def proxy_port
  ENV['CHEF_API_PROXY_PORT'] || config['CHEF_API_PROXY_PORT']
end