mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
16 lines
277 B
HCL
16 lines
277 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
vault {
|
|
address = "http://active.vault.service.consul:8200"
|
|
token = ""
|
|
grace = "1s"
|
|
unwrap_token = false
|
|
renew_token = true
|
|
}
|
|
|
|
syslog {
|
|
enabled = true
|
|
facility = "LOCAL5"
|
|
}
|