-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
49 lines (39 loc) · 822 Bytes
/
Copy path.env.example
File metadata and controls
49 lines (39 loc) · 822 Bytes
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
APP_NAME="PGR System"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://localhost
URL_PREFIX=
SESSION_SECURE_COOKIE=true
SESSION_COOKIE=pgr_session
ARCHIVE_LIMIT=6
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pgr_system
DB_USERNAME=pgr
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
ACTIVITY_LOGGER_ENABLED=true
TECH_SUPPORT_ADDRESS=
DUE_STATUS_CHECK_KEY=
UPCOMING_STATUS_CHECK_KEY=
MIX_URL_PREFIX="${URL_PREFIX}"
SENTRY_DSN=
GLOBAL_MESSAGE=""
ALL_NOTIFICATIONS_EMAIL="whereallemailsarealsosent@example.com"