Add copyright things.

This commit is contained in:
James Cole
2017-08-18 21:08:51 +02:00
parent 93068659e5
commit df443aa34c
28 changed files with 165 additions and 52 deletions

View File

@@ -42,6 +42,9 @@ return [
'import_pre' => [
'bunq' => 'FireflyIII\Support\Import\Prerequisites\BunqPrerequisites',
],
'bunq' => [
'server' => 'https://sandbox.public.api.bunq.com',
],
'default_export_format' => 'csv',
'default_import_format' => 'csv',
'bill_periods' => ['weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],