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

@@ -23,6 +23,7 @@ Note: if you've made a mistake in configuration file (forgot to close a quote?)
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
'guest_redirection' => '', // useful for external auth adapters
],
```