github.com/avenga/couper@v1.12.2/command/testdata/settings/02_changed_defaults.hcl (about)

     1  server "basic" {}
     2  settings {
     3    default_port = 9090
     4    health_path = "/status/health"
     5    no_proxy_from_env = true
     6    # log_format has own tests
     7    request_id_format = "uuid4"
     8    xfh = true
     9  }