Skip to content

Commit

Permalink
fix: default import disk to filesystem disk (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Nov 30, 2024
1 parent 2f202bc commit 7d610fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

'awk_path' => env('AWK_PATH', '/usr/bin/awk'),

'disk' => env('IMPORT_DISK', 'local'),
'disk' => env('IMPORT_DISK', env('FILESYSTEM_DISK', 'local')),

'independent_candidate_prefix' => env('IMPORT_INDEPENDENT_CANDIDATE_PREFIX', 'CANDIDAT INDEPENDENT - '),
'candidate_votes_suffix' => env('IMPORT_CANDIDATE_VOTES_SUFFIX', '-voturi'),
Expand Down

0 comments on commit 7d610fb

Please sign in to comment.