Skip to content

Commit b4ae404

Browse files
committed
Null username and password in dist.
1 parent 71c43bc commit b4ae404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $config = [
2121
'smtp' => [
2222
'host' => 'localhost',
2323
'port' => 25,
24-
'username' => 'username',
25-
'password' => 'ChangeMeSeymourChangeMe',
24+
'username' => null,
25+
'password' => null,
2626
'security' => null
2727
],
2828
],

0 commit comments

Comments
 (0)