mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
12 lines
227 B
PHP
12 lines
227 B
PHP
<?php
|
|
return [
|
|
'default' => 'sqlite',
|
|
'connections' => [
|
|
'sqlite' => [
|
|
'driver' => 'sqlite',
|
|
'database' => 'tests/_data/testing.sqlite',
|
|
'prefix' => ''
|
|
]
|
|
|
|
]
|
|
]; |