mirror of
https://github.com/filegator/filegator.git
synced 2025-08-22 01:03:12 +02:00
new config guest_redirection added
This commit is contained in:
@@ -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' => [
|
||||
|
@@ -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": ""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user