-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.test
57 lines (49 loc) · 1.46 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
###> doctrine/doctrine-bundle ###
DATABASE_URL="mysql://integrated:integrated@mysql:3306/integrated?serverVersion=5.7"
###< doctrine/doctrine-bundle ###
###> doctrine/mongodb-odm-bundle ###
MONGODB_URL=mongodb://mongo:27017
MONGODB_DB=integrated
MONGODB_USERNAME=integrated
MONGODB_PASSWORD=integrated
MONGODB_AUTH_SOURCE=integrated
###< doctrine/mongodb-odm-bundle ###
###> symfony/swiftmailer-bundle ###
MAILER_URL=smtp://mail:1025
###< symfony/swiftmailer-bundle ###
###> integrated/integrated-standard ###
SECRET=ThisTokenIsNotSoSecretChangeIt
LOCALE=
APP_SECRET=ThisTokenIsNotSoSecretChangeIt
###< integrated/integrated-standard ###
###> vihuvac/recaptcha-bundle ###
VIHUVAC_SITE_KEY=
VIHUVAC_SECRET_KEY=
###< vihuvac/recaptcha-bundle ###
###> sp/bower-bundle ###
BOWER_BIN=/usr/bin/bower
###< sp/bower-bundle ###
###> integrated/integrated ###
SOLR_HOST=solr
SOLR_PORT=8983
SOLR_USERNAME=
SOLR_PASSWORD=
SOLR_CORE=integrated
SOLR_TIMEOUT=200
FACEBOOK_APP_ID=facebook_app_id
FACEBOOK_APP_SECRET=secret
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
MAILER_NAME=Integrated
###< integrated/integrated ###
###> excelwebzone/recaptcha-bundle ###
EWZ_RECAPTCHA_SITE_KEY=
EWZ_RECAPTCHA_SECRET=
###< excelwebzone/recaptcha-bundle ###