Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Sample .env file

Bertrand Kintanar edited this page Feb 3, 2016 · 2 revisions
APP_ENV=local
APP_DEBUG=true
APP_KEY=VoOxqBqpGwhyxWD6Bn8Dvcn1XhsyAJy8

DB_HOST=localhost
DB_DATABASE=hris
DB_USERNAME=hris
DB_PASSWORD=hris

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

API_STANDARDS_TREE=x
API_PREFIX=api
API_VERSION=v1
API_NAME=VendorName
API_CONDITIONAL_REQUEST=true
API_STRICT=false
API_DEFAULT_FORMAT=json
API_DEBUG=true
API_SUBTYPE=myapp

JWT_SECRET=lf9vgCSBiLJ8Uj5S9AxvbFGWkmlPzna1
JWT_BLACKLIST_ENABLED=true

Clone this wiki locally