diff --git a/dashboard/.gitignore b/dashboard/.gitignore index 6e5e7ec..624d7ba 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -25,3 +25,4 @@ Homestead.json Homestead.yaml Thumbs.db +../case_lab_results.sql diff --git a/dashboard/config/app.php b/dashboard/config/app.php index 6851d50..7072dff 100644 --- a/dashboard/config/app.php +++ b/dashboard/config/app.php @@ -16,12 +16,12 @@ return [ 'name' => env('APP_NAME', 'Laravel'), 'lookback_days' => [ - 'SARI' => 150, - 'ILI' => 150, - 'LBM' => 150, - 'AFI' => 150, - 'NDS' => 150, - 'SEQ' => 150 + 'SARI' => 700, + 'ILI' => 700, + 'LBM' => 700, + 'AFI' => 700, + 'NDS' => 700, + 'SEQ' => 700 ], /*