Skip to content

Commit f887c99

Browse files
committed
Set valid default noreply address.
Fixes moodlehq#121.
1 parent 80eaf76 commit f887c99

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->noreplyaddress = '[email protected]';
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)