Method: ChefAPI::Defaults.proxy_port
- Defined in:
- lib/chef-api/defaults.rb
.proxy_port ⇒ String?
The HTTP Proxy server port as a string
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 |