mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
37 lines
597 B
Plaintext
Executable File
37 lines
597 B
Plaintext
Executable File
APP_ENV=production
|
|
APP_DEBUG=false
|
|
APP_KEY=SomeRandomStringOf32CharsExactly
|
|
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_DATABASE=homestead
|
|
DB_USERNAME=homestead
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file
|
|
QUEUE_DRIVER=sync
|
|
|
|
DEFAULT_CURRENCY=EUR
|
|
DEFAULT_LANGUAGE=en_US
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_FROM=enter_your_email_here
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
|
|
SHOW_INCOMPLETE_TRANSLATIONS=false
|
|
|
|
ANALYTICS_ID=
|
|
RUNCLEANUP=true
|
|
SITE_OWNER=mail@example.com
|
|
|
|
BLOCKED_DOMAINS= |