Skip to content

Commit

Permalink
Add note about cloud marketplaces and licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Mar 8, 2024
1 parent a3a6f75 commit 9874cf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9874cf8

Please sign in to comment.