Skip to content

Instantly share code, notes, and snippets.

@henriqueweiand
Created August 7, 2019 16:19
Show Gist options
  • Save henriqueweiand/8bf574850b22b4c3a8ea820d51dd5faf to your computer and use it in GitHub Desktop.
Save henriqueweiand/8bf574850b22b4c3a8ea820d51dd5faf to your computer and use it in GitHub Desktop.
APP_NAME=Lumen
APP_ENV=local
APP_KEY=11111111111111111111111111111111
APP_DEBUG=true
APP_URL=http://localhost
APP_TIMEZONE=UTC
LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL=
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=lumen
DB_USERNAME=root
DB_PASSWORD=root
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment