-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv.dev
54 lines (44 loc) · 1.02 KB
/
env.dev
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
HACK_USER=mhanheide
#scunningham
#99999999
#mhanheide
APP_NAME="PGR Development System"
APP_ENV=local
#production
APP_KEY=base64:49lFwY7AYz0eL13PRlAcoh3nCQjQElhGm0jHR4qW5sl=
#APP_DEBUG=false
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=https://localhost:19443
URL_PREFIX=pgr
#APP_URL=https://lcas.lincoln.ac.uk/pgr
#PROXY_URL=https://lcas.lincoln.ac.uk
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=pgr_saml
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=redis
SESSION_DRIVER=redis
QUEUE_DRIVER=redis
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=df4b88bd31c5ef
MAIL_PASSWORD=1d5922c6f9a54a
MAIL_ENCRYPTION=null
MAIL_FROM_NAME="PGR Test System Admin"
ACTIVITY_LOGGER_ENABLED=true
DUE_STATUS_CHECK=
UPCOMING_STATUS_CHECK=
MIX_URL_PREFIX="${URL_PREFIX}"
GLOBAL_MESSAGE='This is the development version'
# passphrase for backup (GnuPG)
PASSPHRASE=""