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
|
||
|
}
|
||
|
|
||
|
|