We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6ef8e commit b3ec7f0Copy full SHA for b3ec7f0
src/config.php
@@ -57,12 +57,12 @@
57
// Use a md5 hash for the filenames instead of parameterized naming
58
'useHashedNames' => false,
59
60
- // if a upload location has a subfolder defined, add this to the transcoder paths too
61
- 'createSubfolders' => true,
62
-
63
- // clear caches when somebody clears all caches from the CP?
64
- 'clearCaches' => false,
65
+ // if a upload location has a subfolder defined, add this to the transcoder paths too
+ 'createSubfolders' => true,
+
+ // clear caches when somebody clears all caches from the CP?
+ 'clearCaches' => false,
66
// Preset video encoders
67
'videoEncoders' => [
68
'h264' => [
0 commit comments