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

     1  server "api" {
     2    api {
     3      endpoint "/" {
     4        proxy {
     5          backend = "anything"
     6        }
     7      }
     8    }
     9  }
    10  
    11  definitions {
    12    # backend origin within a definition block gets replaced with the integration test "anything" server.
    13    backend "anything" {
    14      origin = env.COUPER_TEST_BACKEND_ADDR
    15  
    16      set_query_params = {
    17        space = "a b+c"
    18      }
    19    }
    20  }