authserver/testCAS/.env.example
author durandn
Thu, 10 Sep 2015 14:08:15 +0200
changeset 118 41a0e97a3a4c
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Fixed "selected" not disappearing when clicking another segment on CurrentSegmentInfobox + added a selected state to AnnotationsController buttons to reflect AnnotationsList/CreateAnnotation shown/hidden state

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=/home/vagrant/Code/storage/logs/cas_logs.txt
CAS_HOSTNAME=192.168.59.103
CAS_PORT=8443
CAS_URI=cas

CAS_PROXY=true
TICKET_STORAGE_PATH="/home/vagrant/Code/storage/PGT"

LDT_URL=http://local.ldt.ip:port
TEST_PROJECT_ID=unpublished-project-id-for-casuser