5 lines
84 B
TOML
5 lines
84 B
TOML
[[inputs.memcached]]
|
|
servers = [
|
|
# A comment in the array
|
|
"localhost"
|
|
]
|