-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
executable file
·38 lines (32 loc) · 997 Bytes
/
.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
###> symfony/framework-bundle ###
APP_DEBUG=true
APP_ENV=dev
APP_NAME=symfony
APP_PORT=80
APP_SECRET=
APP_URL=http://localhost
APP_VERSION=1.0.0
DOCTRINE_DEPRECATIONS=0
REDIS_DSN=redis://redis:6379?timeout=1&read_timeout=1
TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=postgresql://admin:password@postgres:5432/symfony?serverVersion=16&charset=utf8
###< doctrine/doctrine-bundle ###
###> lcobucci/jwt ###
JWT_LIFETIME=86400
JWT_PASSPHRASE=9f58129324cc3fc4ab32e6e60a79f7ca
###< lcobucci/jwt ###
###> symfony/mailer ###
MAILER_DSN=smtp://mailcatcher:1025
MAILER_SENDER=noreply@example.com
###< symfony/mailer ###
###> symfony/messenger ###
MESSENGER_TRANSPORT_DSN=amqp://rabbitmq:5672/%2f/messages
###< symfony/messenger ###
###> symfony/http-client ###
HTTPBIN_URL=https://httpbin.org
###< symfony/http-client ###
###> codeception/codeception ###
MOCK_SERVER_URL=http://mockserver:1080
###< codeception/codeception ###