authserver/testCAS/.env.example
author ymh <ymh.work@gmail.com>
Wed, 15 Apr 2015 16:28:02 +0200
changeset 1 e25add38aab5
parent 0 1afc9d2ab94d
child 8 5a0cbbe0922a
permissions -rw-r--r--
add cas.war to avoid unnecessary prerequisites

APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost
APP_KEY=SomeRandomString


CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

CAS_DEBUG=true
CAS_HOSTNAME=192.168.59.103
CAS_PORT=8443
CAS_URI=cas