github.com/avenga/couper@v1.12.2/server/testdata/integration/validation/01_couper.hcl (about)

     1  server "concurrent-requests" {
     2    api {
     3      endpoint "/**" {
     4        proxy {
     5          backend = "be"
     6        }
     7      }
     8    }
     9  }
    10  
    11  definitions {
    12    backend "be" {
    13      origin = env.COUPER_TEST_BACKEND_ADDR
    14      openapi {
    15        file = "01_schema.yaml"
    16      }
    17    }
    18  }