Skip to content

Commit 4182b62

Browse files
committed
generate documentation from config.sample.php
1 parent 8d8b436 commit 4182b62

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

+11-8
Original file line numberDiff line numberDiff line change
@@ -1946,10 +1946,13 @@ preview_imaginary_url
19461946

19471947
Set the URL of the Imaginary service to send image previews to.
19481948

1949-
Also requires the ``OC\Preview\Imaginary``
1950-
provider to be enabled in the 'enabledPreviewProviders' array to create previews for these mimetypes: bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator.
1951-
1952-
If you want Imaginary to also create preview images from PDF Documents, you have to add ``OC\Preview\ImaginaryPDF`` provider as well.
1949+
Also requires the
1950+
- ``OC\Preview\Imaginary``
1951+
provider to be enabled in the 'enabledPreviewProviders' array, to create previews for these mimetypes:
1952+
bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator.
1953+
If you want Imaginary to also create preview images from PDF Documents, you have to add
1954+
- ``OC\Preview\ImaginaryPDF``
1955+
provider as well.
19531956

19541957
See https://github.com/h2non/imaginary
19551958

@@ -2314,16 +2317,16 @@ memcached_options
23142317
\Memcached::OPT_SEND_TIMEOUT => 50,
23152318
\Memcached::OPT_RECV_TIMEOUT => 50,
23162319
\Memcached::OPT_POLL_TIMEOUT => 50,
2317-
2320+
23182321
// Enable compression
23192322
\Memcached::OPT_COMPRESSION => true,
2320-
2323+
23212324
// Turn on consistent hashing
23222325
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
2323-
2326+
23242327
// Enable Binary Protocol
23252328
\Memcached::OPT_BINARY_PROTOCOL => true,
2326-
2329+
23272330
// Binary serializer vill be enabled if the igbinary PECL module is available
23282331
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
23292332
],

0 commit comments

Comments
 (0)