Method: Vault::Defaults.open_timeout

Defined in:
lib/vault/defaults.rb

.open_timeoutString?

The number of seconds to wait when trying to open a connection before timing out

Returns:

  • (String, nil)


73
74
75
# File 'lib/vault/defaults.rb', line 73

def open_timeout
  ENV["VAULT_OPEN_TIMEOUT"]
end