From d84d77d23ba2a381b185c154c561d37d19d0e3ae Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 23 Nov 2023 18:44:38 +0100 Subject: [PATCH] docs: add changelog for PR 12016 (license key enhancement) --- changes/ee/feat-12016.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ee/feat-12016.en.md diff --git a/changes/ee/feat-12016.en.md b/changes/ee/feat-12016.en.md new file mode 100644 index 000000000..36c5115f6 --- /dev/null +++ b/changes/ee/feat-12016.en.md @@ -0,0 +1,4 @@ +Enhanced license key management. + +EMQX can now load the license key from a specified file. This is enabled by setting the `license.key` configuration to a file path, which should be prefixed with `"file://"`. +Also added the ability to revert to the default trial license by setting `license.key = default`. This option simplifies the process of returning to the trial license if needed.