Got up to categories with the new tables.

This commit is contained in:
James Cole
2014-11-14 10:17:12 +01:00
parent 0530c0402c
commit ac2ab65471
11 changed files with 114 additions and 21 deletions

View File

@@ -4,10 +4,10 @@ return [
'driver' => 'smtp',
'host' => 'smtp.gmail.com',
'port' => 587,
'from' => ['address' => '@gmail.com', 'name' => 'Firefly III'],
'from' => ['address' => 'thegrumpydictator@gmail.com', 'name' => 'Firefly III'],
'encryption' => 'tls',
'username' => '@gmail.com',
'password' => '',
'username' => 'thegrumpydictator@gmail.com',
'password' => 'eyp-ort-ab-ig-york-ig-e-kne',
'sendmail' => '/usr/sbin/sendmail -bs',
'pretend' => false,
];