Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
moodle-assignsubmission_dta
Commits
b99faa02
Commit
b99faa02
authored
Oct 10, 2025
by
Abhishek
Browse files
backend url fix
parent
fdcd8823
Pipeline
#11976
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dta/settings.php
View file @
b99faa02
...
...
@@ -31,4 +31,4 @@ $settings->add(new admin_setting_configcheckbox("assignsubmission_dta/default",
$settings
->
add
(
new
admin_setting_configtext
(
"assignsubmission_dta/backendHost"
,
new
lang_string
(
"backendHost"
,
"assignsubmission_dta"
),
new
lang_string
(
"backendHost_help"
,
"assignsubmission_dta"
),
"http://
dta
backend:8080"
));
new
lang_string
(
"backendHost_help"
,
"assignsubmission_dta"
),
"http://backend:8080"
));
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