Skip to content

Commit 064f534

Browse files
authored
Merge pull request #135 from paulholden/cron-config
Define some helpful config flags for running tasks.
2 parents bcfbb75 + 2f53209 commit 064f534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.docker-template.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
$CFG->debugpageinfo = 1;
4141
$CFG->allowthemechangeonurl = 1;
4242
$CFG->passwordpolicy = 0;
43+
$CFG->cronclionly = 0;
44+
$CFG->pathtophp = '/usr/local/bin/php';
4345

4446
$CFG->phpunit_dataroot = '/var/www/phpunitdata';
4547
$CFG->phpunit_prefix = 't_';

0 commit comments

Comments
 (0)