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.
1 parent 80eaf76 commit f887c99Copy full SHA for f887c99
config.docker-template.php
@@ -31,6 +31,7 @@
31
$CFG->admin = 'admin';
32
$CFG->directorypermissions = 0777;
33
$CFG->smtphosts = 'mailhog:1025';
34
+$CFG->noreplyaddress = '[email protected]';
35
36
// Debug options - possible to be controlled by flag in future..
37
$CFG->debug = (E_ALL | E_STRICT); // DEBUG_DEVELOPER
0 commit comments