-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
43 lines (36 loc) · 1.15 KB
/
.env.test
File metadata and controls
43 lines (36 loc) · 1.15 KB
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
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
DATABASE_URL="mysql://docker_dev:testpass@mysql:3306/docker_dev_test?serverVersion=8.0"
RECREATE_DATABASE=true
###> symfony/lock ###
LOCK_DSN=semaphore
###< symfony/lock ###
###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/tests/keys/jwt_private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/tests/keys/jwt_public.pem
JWT_PASSPHRASE=test
TOKEN_TTL=86400
###< lexik/jwt-authentication-bundle ###
###> routing ###
HTTP_SCHEME=http
BASE_DOMAIN=bishop.localhost
WEB_DOMAIN=%base_domain%
API_DOMAIN=api.%base_domain%
###< routing ###
###> mail ###
SUPPORT_EMAIL=support@bishop.localhost
ROBOT_EMAIL=robots@bishop.localhost
MAILER_DSN=
###< mail ###
###> exception ###
FORCE_API_EXCEPTION_LISTENER=false
###< exception ###
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###