We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcfbb75 + 2f53209 commit 064f534Copy full SHA for 064f534
config.docker-template.php
@@ -40,6 +40,8 @@
40
$CFG->debugpageinfo = 1;
41
$CFG->allowthemechangeonurl = 1;
42
$CFG->passwordpolicy = 0;
43
+$CFG->cronclionly = 0;
44
+$CFG->pathtophp = '/usr/local/bin/php';
45
46
$CFG->phpunit_dataroot = '/var/www/phpunitdata';
47
$CFG->phpunit_prefix = 't_';
0 commit comments