Method: HP::Cloud::Config.default_options
- Defined in:
- lib/hpcloud/config.rb
.default_options ⇒ Object
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/hpcloud/config.rb', line 77 def self. return { :connect_timeout => 30, :read_timeout => 240, :write_timeout => 240, :preferred_flavor => 100, :ssl_verify_peer => true, :ssl_ca_path => nil, :ssl_ca_file => nil, :default_account => 'hp', :checker_url => 'https://region-a.geo-1.objects.hpcloudsvc.com:443/v1/89388614989714/documentation-downloads/unixcli/latest', :checker_deferment => 604800, } end |