fab1fde145
* Since we want to use the Agent listener for #6384, move listener config from top-level 'cache' block to new top-level 'listeners' block. * Make agent config allow cache and listener blocks without auto-auth configured.
13 lines
138 B
HCL
13 lines
138 B
HCL
pid_file = "./pidfile"
|
|
|
|
cache {
|
|
use_auto_auth_token = true
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:8300"
|
|
tls_disable = true
|
|
}
|
|
|
|
|