github.com/influxdata/telegraf@v1.30.3/config/testdata/special_types.toml (about)

     1  [[inputs.http_listener_v2]]
     2    write_timeout = "1s"
     3    max_body_size = "1MiB"
     4    paths = [ """
     5  /path/
     6  """ ]
     7    tls_cert = """./testdata/special_types.pem"""
     8    tls_key = '''./testdata/special_types.key'''