mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
46 lines
754 B
Plaintext
46 lines
754 B
Plaintext
|
APP_ENV=testing
|
||
|
APP_DEBUG=true
|
||
|
APP_FORCE_SSL=false
|
||
|
APP_FORCE_ROOT=
|
||
|
APP_KEY=TestTestTestTestTestTestTestTest
|
||
|
APP_LOG_LEVEL=debug
|
||
|
APP_URL=http://localhost
|
||
|
|
||
|
DB_CONNECTION=sqlite
|
||
|
DB_HOST=127.0.0.1
|
||
|
DB_PORT=3306
|
||
|
DB_USERNAME=homestead
|
||
|
DB_PASSWORD=secret
|
||
|
|
||
|
BROADCAST_DRIVER=log
|
||
|
CACHE_DRIVER=file
|
||
|
SESSION_DRIVER=file
|
||
|
QUEUE_DRIVER=sync
|
||
|
|
||
|
COOKIE_PATH="/"
|
||
|
COOKIE_DOMAIN=
|
||
|
COOKIE_SECURE=false
|
||
|
|
||
|
REDIS_HOST=127.0.0.1
|
||
|
REDIS_PASSWORD=null
|
||
|
REDIS_PORT=6379
|
||
|
|
||
|
MAIL_DRIVER=smtp
|
||
|
MAIL_HOST=mailtrap.io
|
||
|
MAIL_PORT=2525
|
||
|
MAIL_FROM=changeme@example.com
|
||
|
MAIL_USERNAME=null
|
||
|
MAIL_PASSWORD=null
|
||
|
MAIL_ENCRYPTION=null
|
||
|
|
||
|
SEND_REGISTRATION_MAIL=true
|
||
|
SEND_ERROR_MESSAGE=true
|
||
|
SHOW_INCOMPLETE_TRANSLATIONS=false
|
||
|
|
||
|
ANALYTICS_ID=
|
||
|
SITE_OWNER=mail@example.com
|
||
|
|
||
|
PUSHER_KEY=
|
||
|
PUSHER_SECRET=
|
||
|
PUSHER_APP_ID=
|