-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
22 lines (16 loc) · 756 Bytes
/
.env
File metadata and controls
22 lines (16 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APP_ENV=dev
APP_SECRET=6b1d6e872652440711563e68ba207b73
DATABASE_URL=mysql://atoute:atoute@mysql:3306/atoute?serverVersion=5.7
MAILER_DSN=smtp://mail:1025?encryption=null&auth_mode=null
MAILER_FROM=noreply@atoute.co
CORS_ALLOW_ORIGIN=^https?://.*?$
SENTRY_DSN=https://bf3e5d98e39a4dfa82151132100fee42@o469469.ingest.sentry.io/5498996
SENTRY_ENV=prod
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=atoute
JWT_TOKEN_TTL=3600
MESSENGER_TRANSPORT_DSN=doctrine://default
MESSENGER_TRANSPORT_DSN_FAILURE=doctrine://default?queue_name=failed
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages