Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Last active August 29, 2015 14:25
Show Gist options
  • Save andreferraro/fed39ff09141927bed11 to your computer and use it in GitHub Desktop.
Save andreferraro/fed39ff09141927bed11 to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=TwlfgT5igsg2CKRV9Z1K4L5yw2eLiDy6
DB_HOST=localhost
DB_DATABASE=NOME-DO-BANCO-DE-DADOS
DB_USERNAME=USUARIO-BANCO-DE-DADOS
DB_PASSWORD=SENHA
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment