mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
16 lines
294 B
HCL
16 lines
294 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
vault {
|
|
address = "http://127.0.0.1:1111"
|
|
retry {
|
|
num_retries = 5
|
|
}
|
|
}
|
|
|
|
template_config {}
|
|
|
|
template {
|
|
source = "/path/on/disk/to/template.ctmpl"
|
|
destination = "/path/on/disk/where/template/will/render.txt"
|
|
} |