From 9874cf888d6bbc5395ac0345c00762a6d6c129a5 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Fri, 8 Mar 2024 20:45:23 +0300 Subject: [PATCH] Add note about cloud marketplaces and licensing --- docs/configuration/options.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/options.mdx b/docs/configuration/options.mdx index 2c959b0..19d62bb 100644 --- a/docs/configuration/options.mdx +++ b/docs/configuration/options.mdx @@ -566,6 +566,10 @@ imgproxy always uses structured log format for syslog. * [`IMGPROXY_LICENSE_KEY`]: ((pro)) the imgproxy Pro license key. When not provided, imgproxy Pro will run in development mode with a limit of 100 requests per minute. Default: blank * [`IMGPROXY_LICENSE_DEVELOPMENT_MODE`]: ((pro)) when `true`, enables development mode even if `IMGPROXY_LICENSE_KEY` is provided. In development mode, imgproxy Pro will run with a limit of 100 requests per minute but won't meter the license usage. Default: `false` +:::info +If you bought imgproxyPro in a cloud marketplace (like AWS Marketplace), you don't need to set `IMGPROXY_LICENSE_KEY`. You can still use `IMGPROXY_LICENSE_DEVELOPMENT_MODE` to enable development mode for local testing. +::: + ## Memory usage tweaks :::danger