Skip to content

Commit

Permalink
Update docs for refresh_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmitchell committed Aug 24, 2018
1 parent b720906 commit 688a939
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ddayconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
# "credhub", and "tlsclient".
# name: (string) Attached to objects returned from the doomsday API to
# identify where each item came from. Defaults to the backend `type` string.
# refresh_interval: (number) How many minutes between refreshing information from
# this backend. Defaults to 30
# properties (hash): Backend-specific. You should look below for how to
# configure each one.
backends:
# Hashicorp's Vault. https://www.vaultproject.io/
- type: vault
name: myvault
refresh_interval: 30
properties:
# (string) The URL where the Vault API is located
address: https://127.0.0.1:443
Expand Down

0 comments on commit 688a939

Please sign in to comment.