7 lines
234 B
HCL
7 lines
234 B
HCL
|
# This partial consul configuration file will disable Consul ACLs. The
|
||
|
# consul-acls-manage.sh script uploads this file as "acl.hcl" to Consul Server
|
||
|
# configuration directories, and restarts those agents.
|
||
|
acl = {
|
||
|
enabled = false
|
||
|
}
|