From 07ef07494ac1da68b6a8ec75d436fb2ad77bc2e8 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:02:27 +0200 Subject: [PATCH] Update .env --- deployment/docker-compose/kong-lua-plugin/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker-compose/kong-lua-plugin/.env b/deployment/docker-compose/kong-lua-plugin/.env index 15f4c2d..a7b9254 100644 --- a/deployment/docker-compose/kong-lua-plugin/.env +++ b/deployment/docker-compose/kong-lua-plugin/.env @@ -51,7 +51,7 @@ COMPOSE_PROFILES= ## to include service and route configuration for forwarding external traffic to the juiceshop-backend container ## (kong listens by default for HTTP/HTTPS on port 8000/8443) ## you can use the example file available here: -## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/kong-lua-plugin/kong.yml +## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/kong/kong.yml ## note that juiceshop container listens on HTTP port 3000 by default ## Note that COMPOSE_PROFILES can also receive multiple values, e.g. as shown here: