-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.dev
26 lines (21 loc) · 878 Bytes
/
.env.dev
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
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=202b0ed719a12ea092d50d92583774ba
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'
CORS_ALLOW_ORIGIN='*'
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=mysql://root:P@ssw0rd@mysql:3306/default_app?serverVersion=8
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
MAILER_DSN=smtp://df69edb17e1644:[email protected]:2525?encryption=tls&auth_mode=login
MAILER_FROM_NAME=AcmeBotName
###< symfony/mailer ###
###> symfony/messenger ###
# Choose one of the transports below
#MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
MESSENGER_TRANSPORT_DSN=doctrine://default
#MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###