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 ...@@ -6,8 +6,8 @@ set -e
# ============================================================================== # ==============================================================================
# --- Configuration (UPDATE THESE!) --- # --- Configuration (UPDATE THESE!) ---
MOODLE_URL="http://localhost:8080" MOODLE_URL="${MOODLE_URL:-http://localhost:8080}"
BACKEND_URL="http://localhost:8081" BACKEND_URL="${BACKEND_URL:-http://localhost:8081}"
MOODLE_ADMIN_USER="user" MOODLE_ADMIN_USER="user"
MOODLE_ADMIN_PASS="QAYwsx@12345" MOODLE_ADMIN_PASS="QAYwsx@12345"
# Automation User (Course creator) # 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