mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make sure pref is always filled in.
This commit is contained in:
parent
c3fa1612d6
commit
a574dca0cc
@ -95,7 +95,7 @@ return [
|
||||
'api_version' => '0.81',
|
||||
'db_version' => 6,
|
||||
'maxUploadSize' => 15242880,
|
||||
'login_provider' => env('LOGIN_PROVIDER', 'eloquent'),
|
||||
'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
|
||||
'allowedMimes' => [
|
||||
/* plain files */
|
||||
'text/plain',
|
||||
|
Loading…
Reference in New Issue
Block a user