Skip to content

Commit 3712bf1

Browse files
Fixed typos in moodle readme.
1 parent b1ccb3a commit 3712bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moodle/centos7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can customize parts of moodle by passing certain values as environment varia
2929
3. DB_NAME - The name of the moodle database in the DB. This assumes the database has already been setup with appropriate users and permissions.
3030
4. DB_USER - The username of the user who has permissions on DB_NAME in DB_HOST.
3131
5. DB_PASSWD - The password of DB_USER.
32-
6. MOODLE_URL - The URL of moodle endpoint. This should include the the protocol and port, if any (unless your URL is internally mapped to port 8080 of container as can be done with openshift routes). Default value will be http:\/\/containerip:8080. **Please ensure you escape any such slashes in your own hostname as it will be internally passed to a `sed` command to update the config.php. Its compulsory to either have http or https preceeding this URL.**
32+
6. MOODLE_URL - The URL of moodle endpoint. This should include the protocol and port, if any (unless your URL is internally mapped to port 8080 of container as can be done with openshift routes). Default value will be http:\/\/containerip:8080. **Please ensure you escape any such slashes in your own hostname as it will be internally passed to a `sed` command to update the config.php. It is compulsory to either have http or https preceeding this URL.**
3333

3434
### Tracking Updates:
3535

0 commit comments

Comments
 (0)