Skip to content

Commit d1ed5c5

Browse files
author
Nils Kreiner
committed
fixed warning about missing env variable by setting default value
1 parent 09d1739 commit d1ed5c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ ADMIN_PASSWORD=secure
7878
##############################################################################################################
7979
# Variables below only required for local adapter call using script scripts/run-adapter-image.bash
8080
##############################################################################################################
81-
SERVER_URL="$FULLY_QUALIFIED_HOSTNAME"
81+
SERVER_URL="http://host.docker.internal:8000"
8282
REPORT_FILE_NAME="dependency-check-report.json"
8383
FILE_FORMAT="json"
8484
TOOL_NAME="owasp"
8585
PROJECT_ID="some-project-id"
8686
API_KEY="api-key-retrieved-from-frontend"
87+
ADDITIONAL_ALLOWED_HOSTS="host.docker.internal"

0 commit comments

Comments
 (0)