forked from 123inkt/123view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test
42 lines (35 loc) · 938 Bytes
/
.env.test
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
###> symfony/framework-bundle ###
APP_ENV=test
APP_SECRET='$ecretf0rt3st'
APP_NAME=123test
APP_TIMEZONE=UTC
APP_LOCALE=en
APP_ABSOLUTE_URL=https://example.com/
###< symfony/framework-bundle ###
###> docker ###
MYSQL_VERSION=8.0
###< docker ###
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=
###< doctrine/doctrine-bundle ###
###> phpunit/phpunit ###
KERNEL_CLASS='DR\Review\Kernel'
SYMFONY_DEPRECATIONS_HELPER=disabled
###< phpunit/phpunit ###
###> symfony/http-client ###
HTTP_CLIENT_VERIFY_HOST=true
HTTP_CLIENT_VERIFY_PEER=true
###< symfony/http-client ###
###> symfony/mercure-bundle ###
MERCURE_URL=https://mercure/.well-known/mercure
MERCURE_JWT_SECRET='$ecretf0rt3st'
###< symfony/mercure-bundle ###
ERROR_MAIL=
GITLAB_API_URL=
GITLAB_ACCESS_TOKEN=
GITLAB_WEBHOOK_SECRET=123test
ALLOW_CUSTOM_RECIPIENTS_PER_RULE=true