Skip to content

Instantly share code, notes, and snippets.

@coleander
Created January 18, 2018 09:05
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 coleander/f354105a97a5cd48a5cd0f6724829ebc to your computer and use it in GitHub Desktop.
Save coleander/f354105a97a5cd48a5cd0f6724829ebc to your computer and use it in GitHub Desktop.
The testing env for circle ci
APP_ENV=testing
APP_DEBUG=true
APP_LOG=single
QUEUE_DRIVER=sync
CACHE_DRIVER=file
DB_HOST=127.0.0.1
DB_ALLOW_EMPTY_PASSWORD=true
DB_USER=ubuntu
DB_PASSWORD=
DB_DATABASE=circle_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment