Improve version handling.

This commit is contained in:
James Cole
2019-10-30 20:02:38 +01:00
parent 9a028d5002
commit cbc92d89e1
6 changed files with 25 additions and 5 deletions

View File

@@ -145,6 +145,7 @@ return [
'disable_frame_header' => env('DISABLE_FRAME_HEADER', false),
'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
'cer_provider' => envNonEmpty('CER_PROVIDER', 'fixer'),
'update_endpoint' => 'https://version.firefly-iii.org/index.json',
'allowedMimes' => [
/* plain files */
'text/plain',