github.com/avenga/couper@v1.12.2/server/testdata/multi/definitions/couper.hcl (about)

     1  server {
     2    endpoint "/" {
     3      proxy {
     4        backend = "Backend"
     5      }
     6    }
     7  }
     8  
     9  definitions {
    10    backend "Backend" {
    11      origin = "${env.COUPER_TEST_BACKEND_ADDR}"
    12      path = "/anything"
    13    }
    14  
    15    basic_auth "BA" {
    16      user     = "U"
    17      password = "P"
    18    }
    19  }