Some code cleanup.

This commit is contained in:
James Cole
2016-03-03 10:24:59 +01:00
parent abf92b6df3
commit 35ff3f0cbf
7 changed files with 55 additions and 79 deletions

View File

@@ -24,11 +24,6 @@ return [
'driver' => 'eloquent',
'model' => FireflyIII\User::class,
],
// 'users' => [
// 'driver' => 'database',
// 'table' => 'users',
// ],
],
'passwords' => [

View File

@@ -52,7 +52,7 @@ return [
'driver' => 'local',
'root' => storage_path('upload'),
],
'export' => [
'export' => [
'driver' => 'local',
'root' => storage_path('export'),
],
@@ -62,13 +62,6 @@ return [
'host' => 'ftp.example.com',
'username' => 'your-username',
'password' => 'your-password',
// Optional FTP Settings...
// 'port' => 21,
// 'root' => '',
// 'passive' => true,
// 'ssl' => true,
// 'timeout' => 30,
],
's3' => [

View File

@@ -11,7 +11,7 @@ return [
'export_formats' => [
'csv' => 'FireflyIII\Export\Exporter\CsvExporter',
//'mt940' => 'FireflyIII\Export\Exporter\MtExporter',
// mt940 FireflyIII Export Exporter MtExporter
],
'default_export_format' => 'csv',

View File

@@ -28,7 +28,6 @@ return [
'debug' => config('app.debug', false),
// The charset used by the templates.
// default: utf-8
'charset' => 'utf-8',
// The base template class to use for generated templates.