-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
40 lines (33 loc) · 833 Bytes
/
.env.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
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
TELESCOPE_ENABLED=true
APP_ACTUAL_ENV=local
IGNITION_LOCAL_SITES_PATH=
IGNITION_EDITOR_COMMAND=vscode
DB_CONNECTION=mysql
DB_HOST=backend-db
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=root
DB_PASSWORD=root
MAIL_MAILER=log
MAIL_HOST=backend-mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ENDPOINT=http://backend-minio:9000
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMIK7MDENGbPxRfiCYEXAMPLEKEY
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=public-bucket
AWS_URL=http://localhost:9000/public-bucket
AWS_USE_PATH_STYLE_ENDPOINT=true
SCOUT_DRIVER=typesense
TYPESENSE_API_KEY=masterKey
TYPESENSE_HOST=backend-typesense