12 lines
110 B
HCL
12 lines
110 B
HCL
|
pid_file = "./pidfile"
|
||
|
|
||
|
cache {
|
||
|
}
|
||
|
|
||
|
listener "tcp" {
|
||
|
address = "127.0.0.1:8300"
|
||
|
tls_disable = true
|
||
|
}
|
||
|
|
||
|
|