"...git@transfer.hft-stuttgart.de:cota/cota-backend.git" did not exist on "b8793634e87adca5bb1e8dd2a15470b4c7e5d43e"
Commit faef7fd9 authored by Abhishek's avatar Abhishek
Browse files

localhost url changed for ci cd pipeline

parent 5e88c187
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment