Skip to content

Instantly share code, notes, and snippets.

@Luitame
Last active January 17, 2017 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luitame/e2613ac682eaf3819c8c88d44a4e5e62 to your computer and use it in GitHub Desktop.
Save Luitame/e2613ac682eaf3819c8c88d44a4e5e62 to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:+j3je6C1ioep54a87fq55hLpf2tthcCVr+TxQ6mAty0=
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=abo
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
S3_BUCKET=value
S3_KEY=value
S3_REGION=value
S3_SECRET=value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment