A few final changes prior to release

This commit is contained in:
Dane Everitt 2016-01-23 14:42:26 -05:00
parent 838c8d8cfc
commit 5ce6b00f54
3 changed files with 9 additions and 5 deletions

View file

@ -12,10 +12,6 @@ CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
REDIS_HOST=localhost
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
@ -27,3 +23,5 @@ MAIL_FROM=you@example.com
API_PREFIX=api
API_VERSION=v1
API_DEBUG=false
APP_VERSION=0.1.0-beta