Make sure pref is always filled in.

This commit is contained in:
James Cole 2018-11-23 10:39:33 +01:00
parent c3fa1612d6
commit a574dca0cc
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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',