Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-03-18 14:32:56 +0300
committerGitHub <noreply@github.com>2022-03-18 14:32:56 +0300
commit34988cff1915d2cbe4be0824ba4e2c8c2658c755 (patch)
tree2c95ff4a3f3d6880e373919d7afc380a04d37e2e /config
parentd70e9d65167de800dfe7e8a9d3a2f6a83d2eb8a0 (diff)
parent9b6a1cc8ae41807e98f9c4155b6241d3f1f7e470 (diff)
Merge pull request #24166 from nextcloud/imaginary-prototype
Send images to Imaginary docker to generate previews
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e407e5cb65e..357321f6d29 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1107,6 +1107,14 @@ $CONFIG = [
'--convert-to png --outdir ',
/**
+ * Set the URL of the Imaginary service to send image previews to.
+ * Also requires the OC\Preview\Imaginary provider to be enabled.
+ *
+ * See https://github.com/h2non/imaginary
+ */
+'preview_imaginary_url' => 'http://previews_hpb:8088/',
+
+/**
* Only register providers that have been explicitly enabled
*
* The following providers are disabled by default due to performance or privacy