diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index f861df2a7ce..5bc1cc52cf0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1102,6 +1102,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 |