From faef7fd9352b5e10a7713b3898ad4b61ee41adcd Mon Sep 17 00:00:00 2001 From: 41abku1mst <41abku1mst@hft-stuttgart.de> Date: Tue, 26 Aug 2025 13:11:25 +0200 Subject: [PATCH] localhost url changed for ci cd pipeline --- test-moodle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-moodle.sh b/test-moodle.sh index 7bcfd47..a1f450e 100644 --- a/test-moodle.sh +++ b/test-moodle.sh @@ -6,8 +6,8 @@ set -e # ============================================================================== # --- Configuration (UPDATE THESE!) --- -MOODLE_URL="http://localhost:8080" -BACKEND_URL="http://localhost:8081" +MOODLE_URL="${MOODLE_URL:-http://localhost:8080}" +BACKEND_URL="${BACKEND_URL:-http://localhost:8081}" MOODLE_ADMIN_USER="user" MOODLE_ADMIN_PASS="QAYwsx@12345" # Automation User (Course creator) -- GitLab