Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
faef7fd9
Commit
faef7fd9
authored
Aug 26, 2025
by
Abhishek
Browse files
localhost url changed for ci cd pipeline
parent
5e88c187
Changes
1
Hide whitespace changes
Inline
Side-by-side
test-moodle.sh
View file @
faef7fd9
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment