github.com/avenga/couper@v1.12.2/server/testdata/integration/api/10_couper.hcl (about) 1 server "api" { 2 api { 3 endpoint "/**" { 4 proxy { 5 backend { 6 origin = "${env.COUPER_TEST_BACKEND_ADDR}" 7 path = "/path?xxx" 8 } 9 } 10 } 11 } 12 }