-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy path.env.example
63 lines (51 loc) · 1.29 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_HTTPS_FOR_STATIC=false
APP_ORDERS_PREFIX=ule
DB_CONNECTION=mysql
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=shop
DB_USERNAME=admin
DB_PASSWORD=secret
DB_CHARSET=utf8
DB_COLLATION=utf8_unicode_ci
BROADCAST_DRIVER=log
CACHE_DRIVER=redis
SESSION_DRIVER=file
QUEUE_DRIVER=sync
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
# mailhog example
#MAIL_HOST=mailhog
#MAIL_PORT=1025
#MAIL_USERNAME=null
#MAIL_PASSWORD=null
#MAIL_ENCRYPTION=null
#MAIL_FROM_ADDRESS=some@email.dev
#MAIL_FROM_NAME=MyShop
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
#Local development
# When Sentry is installed in your application it will also be active when you are developing.
# If you don't want errors to be sent to Sentry when you are developing, set the DSN value to null.
# You can do this by not defining SENTRY_LARAVEL_DSN in your .env or define it as SENTRY_LARAVEL_DSN=null.
SENTRY_LARAVEL_DSN=https://111@2222.ingest.sentry.io/3333
SENTRY_TRACES_SAMPLE_RATE=0.25
PAYPAL_CLIENT_ID=see_developer_paypal_com
PAYPAL_CLIENT_SECRET=
RR_VERSION=2023.3.10
PHP_IMAGE_VERSION=8.2-cli-alpine
LOG_CHANNEL=stack