fix tests by updating the config fixture to the latest version

This commit is contained in:
Milos Stojanovic
2020-11-03 09:29:27 +01:00
parent 832b219132
commit 4f44adf0e1

View File

@@ -8,6 +8,8 @@
"upload_chunk_size": 1048576, "upload_chunk_size": 1048576,
"upload_simultaneous": 3, "upload_simultaneous": 3,
"default_archive_name": "archive.zip", "default_archive_name": "archive.zip",
"editable": [".txt",".css",".js",".ts",".html",".php"],
"date_format": "YY/MM/DD hh:mm:ss",
"guest_redirection": "" "guest_redirection": ""
} }
} }