Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Last active November 2, 2017 01:46
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 ignaciojonas/74ef17246102674eec0ff09d58c67883 to your computer and use it in GitHub Desktop.
Save ignaciojonas/74ef17246102674eec0ff09d58c67883 to your computer and use it in GitHub Desktop.
APP_ENV=testing
APP_DEBUG=true
APP_KEY=
APP_URL=http://localhost:8000
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=bomberos_test
DB_USERNAME=postgres
DB_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_DRIVER=sync
TRAVIS=true
CHROME_HOST=http://localhost:9515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment