Skip to content

Commit c0f1792

Browse files
authored
Merge pull request moodlehq#120 from abias/patch-2
Add $CFG->pathtophp to config.php template
2 parents c645548 + 56d9bf6 commit c0f1792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.docker-template.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
$CFG->admin = 'admin';
3232
$CFG->directorypermissions = 0777;
3333
$CFG->smtphosts = 'mailhog:1025';
34+
$CFG->pathtophp = '/usr/local/bin/php';
3435

3536
// Debug options - possible to be controlled by flag in future..
3637
$CFG->debug = (E_ALL | E_STRICT); // DEBUG_DEVELOPER

0 commit comments

Comments
 (0)