-
Notifications
You must be signed in to change notification settings - Fork 10
/
.env.local.example
78 lines (61 loc) · 1.42 KB
/
.env.local.example
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# accessibility-app variables
APP_NAME="The Accessibility Exchange"
APP_ENV=local
APP_KEY=
APP_URL=https://platform.test
APP_SERVICE=platform.test
DB_CONNECTION=mysql
DB_HOST=platform.mysql
DB_PORT=3306
DB_DATABASE=accessibilityexchange
DB_USERNAME=root
DB_PASSWORD=
FILES_PATH="/opt/data/storage"
CACHE_PATH="/opt/data/cache"
LOG_CHANNEL=stack
LOG_LEVEL=debug
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120
MEMCACHED_HOST=memcached
# REDIS_HOST=127.0.0.1
REDIS_HOST=platform.redis
REDIS_PASSWORD=
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=platform.mailpit
MAIL_PORT=1025
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
SNAPSHOTS_DISK=snapshots
SNAPSHOTS_AWS_ACCESS_KEY_ID=
SNAPSHOTS_AWS_SECRET_ACCESS_KEY=
SNAPSHOTS_AWS_DEFAULT_REGION=us-east-1
SNAPSHOTS_AWS_BUCKET=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
SAIL_XDEBUG_MODE=develop,debug,coverage
CIPHERSWEET_KEY=
FLARE_KEY=
WWWUSER=
WWWGROUP=
# if you want to test s3 connection from local setup and have proper credentials to an s3 bucket
# MINIO_DRIVER=s3
# MINIO_ENDPOINT=
# MINIO_REGION=
# MINIO_PROJECT_BUCKET=
# MINIO_ACCESS_KEY=
# MINIO_SECRET_KEY=