-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
61 lines (53 loc) · 1.43 KB
/
.env.example
File metadata and controls
61 lines (53 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
APP_NAME=ARCVService
APP_ENV=local
APP_VER=1.9.0-dev
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost:8080
APP_TIMEZONE=Europe/London
APP_SEEDS='Dev'
ARC_MARKET_URL=https://voucher-staging.alexandrarose.org.uk
ARC_MVL_FILENAME=MVLReport.zip
ARC_MVL_DISK=enc
ARC_SCHOOL_MONTH=9
ARC_SCOTTISH_SCHOOL_MONTH=8
ARC_SERVICE_DOMAIN=arcv-service.test
ARC_STORE_DOMAIN=arcv-store.test
ARC_STORE_BUNDLE_MAX_VOUCHER_APPEND=100
ARC_FIRST_DELIVERY_DATE=2019-09-26
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
# MySQL server for testing when SQLite won't cut it
DB_TESTING_MYSQL_CONNECTION=mysql
DB_TESTING_MYSQL_HOST=127.0.0.1
DB_TESTING_MYSQL_PORT=3306
DB_TESTING_MYSQL_DATABASE=homesteadtesting
DB_TESTING_MYSQL_USERNAME=homestead
DB_TESTING_MYSQL_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_STORE=file
SESSION_DRIVER=file
QUEUE_CONNECTION=database
# Set this to true for production envs
SESSION_SECURE_COOKIE=false
# PHP_CLI_SERVER_WORKERS=4
MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=from@example.com
MAIL_FROM_NAME='Mailer Name'
MAIL_TO_ADMIN_ADDRESS=to@example.com
MAIL_TO_ADMIN_NAME='Admin Name'
MAIL_TO_DEVELOPER_TEAM=arc@neontribe.co.uk
MAIL_TO_DEVELOPER_NAME='User Support'
CIPHERSWEET_KEY="<php artisan ciphersweet:generate-key>"
PASSWORD_CLIENT=1
PASSWORD_CLIENT_SECRET=secret