Skip to content

Commit

Permalink
[tooling] leave kialo target url setting empty by default so that the…
Browse files Browse the repository at this point in the history
… ENV var is the default but can still be overridden.
  • Loading branch information
mk-kialo committed Oct 16, 2024
1 parent 899c7b3 commit 7140682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'mod_kialo/kialourl',
new lang_string('kialourl', 'mod_kialo'),
new lang_string('kialourl_desc', 'mod_kialo'),
'https://www.kialo-edu.com',
'', // If left blank, this defaults to the TARGET_KIALO_URL env var or 'https://www.kialo-edu.com'.
);

$settings->add($kialourl);
Expand Down

0 comments on commit 7140682

Please sign in to comment.