-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
56 lines (44 loc) · 859 Bytes
/
.env.example
File metadata and controls
56 lines (44 loc) · 859 Bytes
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost:3002
DOMAIN=localhost
SSL_ACCOUNT_EMAIL=
TELESCOPE_ENABLED=FALSE
LOG_CHANNEL=stack
DB_CONNECTION=app
DB_HOST=pluginhound-db
DB_DATABASE=pluginhound
DB_USERNAME=app
DB_PASSWORD=app
DB_HOST_TEST=pluginhound-test-db
DB_HOST_LEGACY=
DB_DATABASE_LEGACY=
DB_USERNAME_LEGACY=
DB_PASSWORD_LEGACY=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=null
AWS_ACCOUNT_ID=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=
APIFY_TOKEN=
SENTRY_LARAVEL_DSN=
DOCKER_REGISTRY=
GA_PROPERTY=
QUEUE_CONNECTION=pluginhound-test-redis
MIX_APP_ENV="${APP_ENV}"
JWT_SECRET=