new config guest_redirection added

This commit is contained in:
Milos Stojanovic
2020-05-09 18:13:14 +02:00
parent b067207179
commit a533eef33a
6 changed files with 13 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ return [
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss',
'guest_redirection' => '', // useful for external auth adapters
],
'services' => [

View File

@@ -7,6 +7,7 @@
"upload_max_size": 104857600,
"upload_chunk_size": 1048576,
"upload_simultaneous": 3,
"default_archive_name": "archive.zip"
"default_archive_name": "archive.zip",
"guest_redirection": ""
}
}