Merge branch 'develop' into 5.8-dev

# Conflicts:
#	config/firefly.php
This commit is contained in:
James Cole
2022-09-11 08:59:34 +02:00
16 changed files with 181 additions and 147 deletions

View File

@@ -150,6 +150,7 @@ return [
'path' => envNonEmpty('REDIS_PATH'),
'host' => envNonEmpty('REDIS_HOST', '127.0.0.1'),
'port' => envNonEmpty('REDIS_PORT', 6379),
'username' => env('REDIS_USERNAME'),
'password' => env('REDIS_PASSWORD', null),
'database' => env('REDIS_DB', '0'),
],

View File

@@ -239,6 +239,9 @@ return [
/* PDF */
'application/pdf',
/* Generic upload */
'application/octet-stream',
/* MS word */
'application/msword',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',