mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 20:05:09 +00:00
10 lines
130 B
HCL
10 lines
130 B
HCL
|
mesh = "read"
|
||
|
node_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
service_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
service "{{.Name}}" {
|
||
|
policy = "write"
|
||
|
}
|