We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590d808 commit f48b694Copy full SHA for f48b694
1 file changed
backend/env.template
@@ -78,9 +78,10 @@ ADMIN_PASSWORD=secure
78
##############################################################################################################
79
# Variables below only required for local adapter call using script scripts/run-adapter-image.bash
80
81
-SERVER_URL="$FULLY_QUALIFIED_HOSTNAME"
+SERVER_URL="http://host.docker.internal:8000"
82
REPORT_FILE_NAME="dependency-check-report.json"
83
FILE_FORMAT="json"
84
TOOL_NAME="owasp"
85
PROJECT_ID="some-project-id"
86
API_KEY="api-key-retrieved-from-frontend"
87
+ADDITIONAL_ALLOWED_HOSTS="host.docker.internal"
0 commit comments