refactor: update default enterprise license
This commit is contained in:
parent
d945a26c06
commit
e5cf9e40ac
|
@ -86,14 +86,12 @@ check_license_watermark(Conf) ->
|
||||||
end.
|
end.
|
||||||
|
|
||||||
%% @doc The default license key.
|
%% @doc The default license key.
|
||||||
%% This default license has 1000 connections limit.
|
%% This default license has 25 connections limit.
|
||||||
%% It is issued on 2023-01-09 and valid for 5 years (1825 days)
|
%% 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
|
%% NOTE: when updating a new key, the schema doc in emqx_license_schema.hocon
|
||||||
%% should be updated accordingly
|
%% should be updated accordingly
|
||||||
default_license() ->
|
default_license() ->
|
||||||
<<
|
<<
|
||||||
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KZ"
|
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KdHJpYWwKMjAyMzEyMDgKMTgyNQoyNQo=."
|
||||||
"GVmYXVsdAoyMDIzMDEwOQoxODI1CjEwMAo=.MEUCIG62t8W15g05f"
|
"MEUCIE271MtH+4bb39OZKD4mvVkurwZ3LX44KUvuOxkbjQz2AiEAqL7BP44PMUS5z5SAN1M4y3v3h47J8qORAqcuetnyexw="
|
||||||
"1cKx3tA3YgJoR0dmyHOPCdbUxBGxgKKAiEAhHKh8dUwhU+OxNEaOn"
|
|
||||||
"8mgRDtiT3R8RZooqy6dEsOmDI="
|
|
||||||
>>.
|
>>.
|
||||||
|
|
|
@ -42,11 +42,11 @@ key_field.label:
|
||||||
license_root.desc:
|
license_root.desc:
|
||||||
"""Defines the EMQX Enterprise license.
|
"""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).
|
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"""
|
||||||
|
|
||||||
EMQX comes with a default trial license. For production use, please
|
|
||||||
visit https://www.emqx.com/apply-licenses/emqx to apply."""
|
|
||||||
|
|
||||||
license_root.label:
|
license_root.label:
|
||||||
"""License"""
|
"""License"""
|
||||||
|
|
Loading…
Reference in New Issue