dotfiles/hashicorp/consul/nomad-client.hcl
Magic_RB e75aef331d
Add toothpick
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-08-19 18:24:40 +02:00

17 lines
208 B
HCL

agent_prefix "" {
policy = "read"
}
node_prefix "" {
policy = "read"
}
service_prefix "" {
policy = "write"
}
# uncomment if using Consul KV with Consul Template
key_prefix "" {
policy = "read"
}