Method: Vault::Defaults.open_timeout
- Defined in:
- lib/vault/defaults.rb
.open_timeout ⇒ String?
The number of seconds to wait when trying to open a connection before timing out
73 74 75 |
# File 'lib/vault/defaults.rb', line 73 def open_timeout ENV["VAULT_OPEN_TIMEOUT"] end |