Commit 7347e81e authored by Abhishek's avatar Abhishek
Browse files

Merge branch 'new_moodle_file_abhishek' into 'master'

localhost url changed for ci cd pipeline

See merge request !7
parents 40382f61 faef7fd9
Pipeline #11794 passed with stage
in 6 minutes and 33 seconds
...@@ -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