Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created July 24, 2015 13:02
Show Gist options
  • Save andreferraro/7c6f741e1a54806608dd to your computer and use it in GitHub Desktop.
Save andreferraro/7c6f741e1a54806608dd to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=TwlfgT5igsg2CKRV9Z1K4L5yw2eLiD11y6
DB_HOST=localhost
DB_DATABASE=dbSistema
DB_USERNAME=saSistema
DB_PASSWORD=senhaDB
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=Senha123
MAIL_ENCRYPTION=tls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment