author | ymh <ymh.work@gmail.com> |
Thu, 10 Sep 2015 12:21:01 +0200 | |
changeset 107 | 111a1333513a |
parent 8 | 5a0cbbe0922a |
permissions | -rw-r--r-- |
0 | 1 |
APP_ENV=local |
2 |
APP_DEBUG=true |
|
3 |
APP_URL=http://localhost |
|
4 |
APP_KEY=SomeRandomString |
|
5 |
||
6 |
||
7 |
CACHE_DRIVER=file |
|
8 |
SESSION_DRIVER=file |
|
9 |
QUEUE_DRIVER=sync |
|
10 |
||
11 |
MAIL_DRIVER=smtp |
|
12 |
MAIL_HOST=mailtrap.io |
|
13 |
MAIL_PORT=2525 |
|
14 |
MAIL_USERNAME=null |
|
15 |
MAIL_PASSWORD=null |
|
16 |
MAIL_ENCRYPTION=null |
|
17 |
||
8
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
18 |
CAS_DEBUG=/home/vagrant/Code/storage/logs/cas_logs.txt |
0 | 19 |
CAS_HOSTNAME=192.168.59.103 |
20 |
CAS_PORT=8443 |
|
21 |
CAS_URI=cas |
|
8
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
22 |
|
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
23 |
CAS_PROXY=true |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
24 |
TICKET_STORAGE_PATH="/home/vagrant/Code/storage/PGT" |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
25 |
|
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
26 |
LDT_URL=http://local.ldt.ip:port |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
27 |
TEST_PROJECT_ID=unpublished-project-id-for-casuser |