-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-frontend.env
executable file
·51 lines (42 loc) · 1.07 KB
/
dev-frontend.env
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
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
TELESCOPE_ENABLED=true
LOG_CHANNEL=socket
LOG_LEVEL=debug
LOG_SOCKET_URL=buggregator:9913
DB_CONNECTION=sqlite
DB_DATABASE=/app/frontend/storage/db.sqlite
BROADCAST_DRIVER=log
CACHE_STORE=redis
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=redis
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=redis
REDIS_PASSWORD=L2hgheewayei5eechW2
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=buggregator
MAIL_PORT=1025
MAIL_USERNAME=no-reply@buggregator.org
MAIL_PASSWORD=
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=no-reply@buggregator.org
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=test-bucket
AWS_USE_PATH_STYLE_ENDPOINT=true
AWS_ENDPOINT=http://minio:9000
AWS_URL=http://localhost:9000/test-bucket
SENTRY_LARAVEL_DSN=http://sentry@buggregator:8000/1
SENTRY_TRACES_SAMPLE_RATE=1.0
XHPROF_ENABLED=false
PROFILER_ENDPOINT=http://buggregator:8000/api/profiler/store
PROFILER_APP_NAME="${APP_NAME}"
VAR_DUMPER_FORMAT=server
VAR_DUMPER_SERVER=buggregator:9912