Files
container/zap/.env

9 lines
275 B
Bash
Raw Normal View History

2025-08-10 21:42:33 +00:00
# .env file for OWASP ZAP Docker Compose
# You can generate a random, strong API key using a tool like `openssl rand -hex 32`
# The ports for ZAP's UI and API
ZAP_UI_PORT=8080
ZAP_API_PORT=8090
# The name of the persistent volume for ZAP's data
2025-08-10 22:08:59 +00:00
ZAP_WORK_DIR=zap_data_volume