Skip to content

Instantly share code, notes, and snippets.

@duncanmcclean
Created March 24, 2019 19:09
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 duncanmcclean/a9e2a72ad497686e9af4e58ec24b8191 to your computer and use it in GitHub Desktop.
Save duncanmcclean/a9e2a72ad497686e9af4e58ec24b8191 to your computer and use it in GitHub Desktop.
'testing' => [
'driver' => 'mysql',
'host' => env('TESTING_DB_HOST', 'localhost'),
'database' => env('TESTING_DB_DATABASE', 'app_testing'),
'username' => env('TESTING_DB_USERNAME', 'homestead'),
'password' => env('TESTING_DB_PASSWORD', 'secret'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment