refactor: update default enterprise license

This commit is contained in:
Zaiming (Stone) Shi 2023-12-08 08:25:20 +01:00
parent d945a26c06
commit e5cf9e40ac
2 changed files with 8 additions and 10 deletions

View File

@ -86,14 +86,12 @@ check_license_watermark(Conf) ->
end.
%% @doc The default license key.
%% This default license has 1000 connections limit.
%% It is issued on 2023-01-09 and valid for 5 years (1825 days)
%% This default license has 25 connections limit.
%% Issued on 2023-12-08 and valid for 5 years (1825 days)
%% NOTE: when updating a new key, the schema doc in emqx_license_schema.hocon
%% should be updated accordingly
default_license() ->
<<
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KZ"
"GVmYXVsdAoyMDIzMDEwOQoxODI1CjEwMAo=.MEUCIG62t8W15g05f"
"1cKx3tA3YgJoR0dmyHOPCdbUxBGxgKKAiEAhHKh8dUwhU+OxNEaOn"
"8mgRDtiT3R8RZooqy6dEsOmDI="
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KdHJpYWwKMjAyMzEyMDgKMTgyNQoyNQo=."
"MEUCIE271MtH+4bb39OZKD4mvVkurwZ3LX44KUvuOxkbjQz2AiEAqL7BP44PMUS5z5SAN1M4y3v3h47J8qORAqcuetnyexw="
>>.

View File

@ -42,11 +42,11 @@ key_field.label:
license_root.desc:
"""Defines the EMQX Enterprise license.
EMQX Enterprise is initially provided with a default trial license.
This license, issued in December 2023, is valid for a period of 5 years.
It supports up to 25 concurrent connections, catering to early-stage development and testing needs.
The default license has 100 connections limit, it is issued on 2023-01-09 and valid for 5 years (1825 days).
EMQX comes with a default trial license. For production use, please
visit https://www.emqx.com/apply-licenses/emqx to apply."""
For deploying EMQX Enterprise in a production environment, a different license is required. You can apply for a production license by visiting https://www.emqx.com/apply-licenses/emqx"""
license_root.label:
"""License"""