Update .env

This commit is contained in:
orianelou 2025-07-30 16:32:24 +03:00 committed by GitHub
parent 60facef890
commit dd19bf6158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
## .env file for docker-compose deployments of open-appsec integrated with Kong ## .env file for docker-compose deployments of open-appsec integrated with Kong (using open-appsec Lua-based attachment plugin)
## for more info see https://docs.openappsec.io ## for more info see https://docs.openappsec.io
APPSEC_VERSION=latest APPSEC_VERSION=latest
@ -29,8 +29,8 @@ APPSEC_POSTGRES_STORAGE=./appsec-postgres-data
## for the vulnerable juice-shop container, see instructions further below. ## for the vulnerable juice-shop container, see instructions further below.
KONG_CONFIG=./kong-config KONG_CONFIG=./kong-config
## For Kong Gateway Enterprise Edition set KONG_IMAGE to kong-gateway-attachment instead of kong-attachment ## For Kong Gateway Enterprise Edition set KONG_IMAGE to kong-gateway-attachment-plugin instead of kong-attachment-plugin
KONG_IMAGE=kong-attachment KONG_IMAGE=kong-attachment-plugin
## To connect your deployment to central open-appsec WebUI provide the token for a profile ## To connect your deployment to central open-appsec WebUI provide the token for a profile
## which you created in open-appsec WebUI at https://my.openappsec.io ## which you created in open-appsec WebUI at https://my.openappsec.io
@ -46,11 +46,11 @@ COMPOSE_PROFILES=
## In order to deploy the optional, additional, vulnerable juiceshop container (for demo and testing purposes only!): ## In order to deploy the optional, additional, vulnerable juiceshop container (for demo and testing purposes only!):
## Add the value "juiceshop" to the COMPOSE_PROFILES value above. ## Add the value "juiceshop" to the COMPOSE_PROFILES value above.
## Make sure to also adjust the kong.yaml file in KONG_CONFIG folder ## Make sure to also adjust the kong.yml file in KONG_CONFIG folder
## to include service and route configuration for forwarding external traffic to the juiceshop-backend container ## 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) ## (kong listens by default for HTTP/HTTPS on port 8000/8443)
## you can use the example file available here: ## you can use the example file available here:
## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/kong/kong.yaml ## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/kong-lua-plugin/kong.yml
## note that juiceshop container listens on HTTP port 3000 by default ## 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: ## Note that COMPOSE_PROFILES can also receive multiple values, e.g. as shown here: