mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-17 02:05:34 +00:00
Updated test env.
This commit is contained in:
@@ -20,10 +20,10 @@ REDIS_HOST=localhost
|
|||||||
REDIS_PASSWORD=null
|
REDIS_PASSWORD=null
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=log
|
||||||
MAIL_HOST=mailtrap.io
|
MAIL_HOST=mailtrap.io
|
||||||
MAIL_PORT=2525
|
MAIL_PORT=2525
|
||||||
MAIL_FROM=enter_your_email_here
|
MAIL_FROM=your_address_here@example.com
|
||||||
MAIL_USERNAME=null
|
MAIL_USERNAME=null
|
||||||
MAIL_PASSWORD=null
|
MAIL_PASSWORD=null
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_ENCRYPTION=null
|
||||||
@@ -32,6 +32,6 @@ SHOW_INCOMPLETE_TRANSLATIONS=false
|
|||||||
|
|
||||||
ANALYTICS_ID=abcde
|
ANALYTICS_ID=abcde
|
||||||
RUNCLEANUP=false
|
RUNCLEANUP=false
|
||||||
SITE_OWNER=mail@example.com
|
SITE_OWNER=your_address_here@example.com
|
||||||
|
|
||||||
BLOCKED_DOMAINS=
|
BLOCKED_DOMAINS=
|
Reference in New Issue
Block a user