generated from ibrunotome/laravel-api-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.testing
41 lines (33 loc) · 798 Bytes
/
.env.testing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
APP_NAME=Laravel
APP_ENV=testing
APP_KEY=base64:g1480dNK9TleD6NNmP0l29nPS0y8aYy/r9kBtlzmMmg=
APP_DEBUG=true
APP_URL=http://localhost
SPA_URL=http://localhost:3000
LOG_CHANNEL=stack
DB_CONNECTION=pgsql
DB_HOST=pgsql
DB_PORT=5432
DB_DATABASE=default_testing
DB_USERNAME=default_testing
DB_PASSWORD=default_testing
BROADCAST_DRIVER=pusher
CACHE_DRIVER=redis
QUEUE_DRIVER=redis
PUSHER_APP_ID=anykey
PUSHER_APP_KEY=anykey
PUSHER_APP_SECRET=anykey
PUSHER_APP_HOST=app
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
# This is just for test purposes, must generate other for production
JWT_TTL=60
JWT_SECRET=RINYL99lOkWEtRsdH8h6XdvpqNhQY300
WILL_CHECK_DEVICE_IS_AUTHORIZED=0