aboutsummaryrefslogtreecommitdiffstats
path: root/.env.test
blob: a37df8a73a9401d6aec962f61ffe68da927615c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#This is a minimal needed configuration for test

NODE_ENV=test
ASSETS_DRIVER=fake
SESSION_DRIVER=memory
APP_KEY=IDU2cMbrvS6iv5841YmFJSjnIqT1X1Nx

MAIL_CONNECTION=smtp
SMTP_HOST=smtp.freesmtpservers.com
SMTP_PORT=25
MAIL_SSL=false
MAIL_REQUIRE_TLS=false
MAIL_SENDER=random@random.host