mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
17 lines
208 B
HCL
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"
|
||
|
}
|