16 lines
276 B
HCL
16 lines
276 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
vault {
|
|
address = "http://active.vault.service.consul:8200"
|
|
token = ""
|
|
grace = "1s"
|
|
unwrap_token = false
|
|
renew_token = true
|
|
}
|
|
|
|
syslog {
|
|
enabled = true
|
|
facility = "LOCAL5"
|
|
}
|