Changes for new hashing to keep tests speedy

This commit is contained in:
Dane Everitt 2018-05-20 16:38:27 -07:00
parent 7e2e5fd7c1
commit 49903e0590
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 52 additions and 19 deletions

View file

@ -116,23 +116,6 @@ return [
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------
| Logging Configuration
|--------------------------------------------------------------------------
|
| Here you may configure the log settings for your application. Out of
| the box, Laravel uses the Monolog PHP logging library. This gives
| you a variety of powerful log handlers / formatters to utilize.
|
| Available Settings: "single", "daily", "syslog", "errorlog"
|
*/
'log' => env('APP_LOG', 'daily'),
'log_level' => env('APP_LOG_LEVEL', 'info'),
/*
|--------------------------------------------------------------------------
| Exception Reporter Configuration