Fix build

This commit is contained in:
Dennis Eichhorn 2019-03-16 23:30:57 +01:00
parent 632322fa88
commit 69ee452af7

View File

@ -262,15 +262,15 @@ $CONFIG = [
'host' => '127.0.0.1',
'port' => 143,
'ssl' => false,
'user' => 'testuser',
'password' => 'testuser',
'user' => 'test',
'password' => '123456',
],
'pop3' => [
'host' => '127.0.0.1',
'port' => 25,
'ssl' => false,
'user' => 'testuser',
'password' => 'testuser',
'user' => 'test',
'password' => '123456',
],
],
'log' => [