Skip to content

Commit

Permalink
Merge pull request #29 from paulholden/docker-readme
Browse files Browse the repository at this point in the history
Instructions for usage with Moodle Docker.
  • Loading branch information
stronk7 authored Nov 16, 2023
2 parents 01d6c3b + dcc1bbd commit 38d6c2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ For example, add the following to your config.php after the `$CFG->wwwroot` line
define('TEST_MOD_BIGBLUEBUTTONBN_MOCK_SERVER', "http://localhost:8001/hash" . sha1($CFG->wwwroot));
```

### Moodle Docker
The [Moodle Docker](https://github.com/moodlehq/moodle-docker) testing environment contains in-built support for running and
configuring the mock server (since [#241](https://github.com/moodlehq/moodle-docker/pull/241)).

In order to do so, simply export the `MOODLE_DOCKER_BBB_MOCK` environment variable prior to starting the containers.

## More information
All endpoints must be prefixed with a serverID to allow for parallel runs, for example:

Expand Down

0 comments on commit 38d6c2d

Please sign in to comment.