github.com/avenga/couper@v1.12.2/server/testdata/multi/definitions/couper.d/couper.hcl (about) 1 definitions { 2 backend "Backend" { 3 origin = "${env.COUPER_TEST_BACKEND_ADDR}" 4 path = "/small" 5 } 6 7 backend "Added" { 8 origin = "${env.COUPER_TEST_BACKEND_ADDR}" 9 path = "/small" 10 } 11 12 basic_auth "BA" { 13 user = "USR" 14 password = "PWD" 15 } 16 }