Skip to content

Instantly share code, notes, and snippets.

@hugoangeles0810
Created May 11, 2016 16:21
Show Gist options
  • Save hugoangeles0810/bd403ecc6cc8d845d256aae034b6c508 to your computer and use it in GitHub Desktop.
Save hugoangeles0810/bd403ecc6cc8d845d256aae034b6c508 to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:zPrk2t0FcN4yBiEdy6ZamOTdrGQWLL7rCUaAWhoYIBA=
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=treca_db
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
BROADCAST_DRIVER=redis
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
WEBSOCKET_URL=http://treca.dev:50000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment