From 4f145fd74f44006af19df722e21313caa7efb627 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:14:31 +0200 Subject: [PATCH] Update .env --- deployment/nginx/.env | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/deployment/nginx/.env b/deployment/nginx/.env index 8b13789..978fae6 100644 --- a/deployment/nginx/.env +++ b/deployment/nginx/.env @@ -1 +1,28 @@ +## .env file for docker-compose deployments of open-appsec integrated with NGINX +## for more info see https://docs.openappsec.io +APPSEC_VERSION=latest +APPSEC_CONFIG=./appsec-config +APPSEC_DATA=./appsec-data +APPSEC_LOGS=./appsec-logs +APPSEC_LOCALCONFIG=./appsec-localconfig +APPSEC_AUTO_POLICY_LOAD=false +## Example for configuring HTTPS Proxy: +## APPSEC_HTTPS_PROXY=user:password@proxy_address:port +APPSEC_HTTPS_PROXY= +SMART_SYNC_STORAGE=./smartsync-storage +USER_EMAIL=user@email.com +DB_PASSWORD=pass +DB_USER=postgres +DB_HOST=appsec-db +POSTGRES_STORAGE=./postgres-data +NGINX_CONF_DIR=./nginx-proxy-config + +## To connect your deployment to central WebUI you can uncomment following line +## and provide the token for a profile which you created in open-appsec WebUI at https://my.openappsec.io +## Example: APPSEC_AGENT_TOKEN=111-22222-111 +APPSEC_AGENT_TOKEN= + +## When not providing token for connection to central WebUI please uncomment following line +## which will enable sharing of learning between processes and allow you to perform tuning locally on CLI +# COMPOSE_PROFILES=standalone