diff options
author | JanisPlayer <54918417+JanisPlayer@users.noreply.github.com> | 2023-05-22 18:10:49 +0200 |
---|---|---|
committer | JanisPlayer <54918417+JanisPlayer@users.noreply.github.com> | 2023-05-22 22:19:51 +0200 |
commit | c71a3065a7285b3d8406ccd9b7c47280669242c2 (patch) | |
tree | 84a51089c42b982d54bebc71a1855f8bdedd9362 /config | |
parent | 822c872c75510b17ac5afb3937d047a53bff3aa7 (diff) | |
download | nextcloud-server-c71a3065a7285b3d8406ccd9b7c47280669242c2.tar.gz nextcloud-server-c71a3065a7285b3d8406ccd9b7c47280669242c2.zip |
Allow to specify an imaginary key
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 870d09e24a7..366b6fbbc75 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1228,6 +1228,11 @@ $CONFIG = [ 'preview_imaginary_url' => 'http://previews_hpb:8088/', /** + * If you want set a api key for imaginary. + */ +'preview_imaginary_key' => 'secret', + +/** * Only register providers that have been explicitly enabled * * The following providers are disabled by default due to performance or privacy |