mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString
|
|
|
|
DB_CONNECTION=sqlite
|
|
DB_HOST=localhost
|
|
DB_DATABASE=homestead
|
|
DB_USERNAME=homestead
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file
|